[llvm-dev] Pushing a patch

Sjoerd Meijer via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 7 07:33:00 PDT 2020


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.


________________________________
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Paul C. Anagnostopoulos via llvm-dev <llvm-dev at lists.llvm.org>
Sent: 07 September 2020 15:17
To: llvm-dev at lists.llvm.org <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] 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.

_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200907/2a734a65/attachment.html>


More information about the llvm-dev mailing list