git switch not a command code example
Example 1: how to switch another branch in git
git checkout 'another_branch'
Example 2: sitch a branch command line
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
Example 3: sitch a branch command line
$ git branch