# to create a new local branch git branch <branch-name> # to push it to the remote repository git push -u origin <branch-name>