Push Local Git Branch to Remote
Use this command to push a new local branch to remote:
$ git push -u origin <branch>
Was this useful to you?
Yes
No
Tags:
Use this command to push a new local branch to remote:
$ git push -u origin <branch>