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-
Notifications
You must be signed in to change notification settings - Fork 2
mocyber/git-class-test
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published