[PATCH] D79964: Update 'git push' command in GettingStarted guide
Diego Caballero via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 18:11:12 PDT 2020
dcaballe updated this revision to Diff 265104.
dcaballe added a comment.
Changing to `git push origin HEAD:master`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79964/new/
https://reviews.llvm.org/D79964
Files:
llvm/docs/Phabricator.rst
Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -215,7 +215,7 @@
git pull --rebase origin master
git show # Ensure the patch looks correct.
ninja check-$whatever # Rerun the appropriate tests if needed.
- git push
+ git push origin HEAD:master
Or
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79964.265104.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/7d7de9c6/attachment.bin>
More information about the llvm-commits
mailing list