how to change the git branch you are working on code example
Example 1: git change branch
git checkout <<branchName>>
Example 2: change branch git
git checkout <branch_name>
git checkout <<branchName>>
git checkout <branch_name>