Blah Blah Woof Woof
Making a new remote branch in git

(Because I can never remember how to do this, lazy sod that I am):

#Create the branch
? git branch mybranch
#Switch to the branch
? git checkout mybranch
#Makes changes, commit stuff, or whatever
#Create the remote branch
? git push —all