how to switch to a new branch on git code example
Example 1: how to switch another branch in git
git checkout 'another_branch'
Example 2: git change branch
git checkout <<branchName>>
git checkout 'another_branch'
git checkout <<branchName>>