switch branch from git code example
Example 1: canging branch in git
$ git checkout
$ git checkout -b
Example 2: git switch branch
git switch
git checkout
$ git checkout
$ git checkout -b
git switch
git checkout