setting up a new branch and switch to it in git 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]