how to jump one branch into another in git code example
Example 1: how to switch another branch in git
git checkout 'another_branch'
Example 2: canging branch in git
$ git branch
git checkout 'another_branch'
$ git branch