git checkout -b <new-branch-name> #Create new branch locally git push <remote-name> <new-branch-name> #Create new branch remotely