how to switch branch in git in cmd code example
Example 1: github go to a branch
git checkout <name>
Example 2: git toggle between branches
Toggle between two git branches: git checkout -
git checkout <name>
Toggle between two git branches: git checkout -