Keep work and switch branch code example
Example 1: git switch branch
git switch <branch_name>
git checkout <branch_name>
Example 2: how to switch another branch in git
git checkout 'another_branch'
git switch <branch_name>
git checkout <branch_name>
git checkout 'another_branch'