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
git push origin localBranchName:master
More generally,
git push remote local_branch_Name:remote_branch_name