how to to switch branch git code example
Example 1: git change branch
git checkout <>
Example 2: git switch branch
git switch branch_name
git checkout branch_name
git checkout <>
git switch branch_name
git checkout branch_name