how to change branches on git code example
Example 1: change branch git
git checkout <branch_name>
Example 2: how to change branches in githup from terminal
git checkout <branch-name>
git checkout <branch_name>
git checkout <branch-name>