-
Notifications
You must be signed in to change notification settings - Fork 1
Git CheatSheet
Veerendra Kakumanu edited this page Aug 21, 2020
·
5 revisions
$ git fetch origin
$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
remotes/origin/release/1.0
$ git switch foo
$ git add -A
$ git checkout -b <sub-branch> branch
$ git reset --hard 4b15534