how to switch to another branch in git

C++
$ git checkout <existing_branch>

$ git checkout -b <new_branch>Github branch 
pull request in branch$ git branch iss53
$ git checkout iss53
Source

Also in C++: