git switch branch to another branch

C++
git switch <branch_name>

git checkout <branch_name> git checkout <<branchName>>git checkout <name>$ git checkout featureToggle between two git branches: git checkout -
Source

Also in C++: