bash command change branches code example
Example 1: sitch a branch command line
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
Example 2: sitch a branch command line
$ git branch
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
$ git branch