Pushing a patch

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.

I have no experience with arc that automates a few things as the doc explains, but I just use a “git push origin master”. You should definitely first do a rebase and a check before doing that, but I think you’ll get an error saying that you can’t submit your change if you’re not up to date.

Cheers.

Hi Paul,

This section of the doc (and the following) may be useful: https://llvm.org/docs/GettingStarted.html#for-developers-to-commit-changes-from-git ?