Could someone give me the best sequence of git commands to push a patch, now that I have commit access? The document "Code Reviews with Phabricator" says "If you have commit access, there are multiple workflows to commit the change."
I presume that I first do a fast-forward merge of the patch onto my master branch. But I'm not sure where to go from there.