[PATCH] D79964: Update 'git push' command in GettingStarted guide

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 18:43:48 PDT 2020


tstellar added inline comments.


================
Comment at: llvm/docs/Phabricator.rst:218
   ninja check-$whatever # Rerun the appropriate tests if needed.
-  git push
+  git push origin HEAD:master
 
----------------
I would even take this a step further and replace origin with the full repo name e.g.

git push https://github.com/llvm/llvm-project.git HEAD:master

I think the documentation should give instructions that are guaranteed to work regardless of the user's configuration.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79964/new/

https://reviews.llvm.org/D79964





More information about the llvm-commits mailing list