git commands to change a new branch code example
Example 1: canging branch in git
$ git branch
Example 2: git toggle between branches
Toggle between two git branches: git checkout -
$ git branch
Toggle between two git branches: git checkout -