git bash work in different branch code example
Example 1: git change branch
git checkout <<branchName>>
Example 2: git toggle between branches
Toggle between two git branches: git checkout -
git checkout <<branchName>>
Toggle between two git branches: git checkout -