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