Process Flow - Switching branches with git switch
Start in current branch
Run 'git switch <branch>'
Check if branch exists
Switch to branch
Update HEAD pointer
Now on new branch
This flow shows how 'git switch' moves you from your current branch to another existing branch, or shows an error if the branch does not exist.