Skip to content

mocyber/git-class-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git config --global user.email "you@example.com"
git config --global user.name "Your Name"
ssh-keygen # creates ssh key, place in profile settings
git clone <ssh-link>
git checkout -b <branch name> # creates a local branch
git add . # adds changes to be tracked
git commit -m 'commit message' # puts tracked changes into a commit on the local branch
git push origin <branch name> # pushes local branch and the committed changes to the rem ote repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages