git checkout branch switch 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 <>
Example 4: git switch branch
git switch branch_name
git checkout branch_name