- git checkout branch_name --> goes to branch that already exists - git checkout -b <branch_name> --> creates a new branch and switches to it.