git checkout

C++
truelover@PEACE project % git checkout master
truelover@PEACE project % git checkout branch_name
#create branch
truelover@PEACE project % git checkout -b new_branch_namegit checkout <commit>git checkout -b origin/branch-name
git checkout -b branch-name$ git checkout -b new-branch --track origin/develop
Source

Also in C++: