how to switch to dev branch in git code example
Example 1: canging branch in git
$ git checkout
$ git checkout -b
Example 2: git switch branch
git switch
git checkout
Example 3: git change branch
git checkout <>
$ git checkout
$ git checkout -b
git switch
git checkout
git checkout <>