git change branch and pull code example
Example 1: canging branch in git
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
Example 2: github go to a branch
git checkout <name>
Example 3: canging branch in git
$ git branch
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
git checkout <name>
$ git branch