how to go through different branchs in git bash code example
Example 1: git change branch
git checkout <<branchName>>
Example 2: how to switch branches in git
git checkout [branch name]
git checkout <<branchName>>
git checkout [branch name]