how to push new branch on gitrepmot code example
Example 1: github Push local branch to Remote
git push origin <Branch_Name>
Example 2: Push your branch up to the remote.
$ git push <remote> <branch>
git push origin <Branch_Name>
$ git push <remote> <branch>