how to siwtch branches git code example
Example 1: canging branch in git
$ git checkout
$ git checkout -b
Example 2: how to switch branches in git
git checkout [branch name]
$ git checkout
$ git checkout -b
git checkout [branch name]