#check if branch exists $ git branch #switch to branch $ git checkout <existing_branch> #add new branch $ git checkout -b <new_branch>