Q:

git checkout

git checkout <commit>
3
git checkout -b origin/branch-name
git checkout -b branch-name
2
truelover@PEACE project % git checkout master
truelover@PEACE project % git checkout branch_name
#create branch
truelover@PEACE project % git checkout -b new_branch_name
5
$ git checkout -b new-branch --track origin/develop
1
git checkout -b
0

New to Communities?

Join the community