I am on a master branch \'master\' and I have 1 commit ahead I want to create a new remote branch called \'new_remote\' and push my commit there?
$ git branc
If you want to push your master branch into a newbranch on the remote repository called origin then you can run:
master
newbranch
origin
git push origin master:newbranch