ramificação do interruptor git
git switch branch_name
git checkout branch_name
2 Programmers 1 Bug
git switch branch_name
git checkout branch_name
git switch <branch_name> // switches to branch
git checkout <branch_name> // deletes file that were not pushed and just copies the branch to local repo
git checkout [branch_name]