how to switch branch

C++
git switch <branch_name>

git checkout <branch_name> $ git checkout feature
Source

Also in C++: