how to change to a different branch in git code example
Example 1: how to switch another branch in git
git checkout 'another_branch'
Example 2: sitch a branch command line
$ git branch
git checkout 'another_branch'
$ git branch