git switch bransch code example
Example 1: git switch branch
git switch
git checkout
Example 2: how to make new branch and switch in git
git checkout -b myNewBranch
git switch
git checkout
git checkout -b myNewBranch