[PATCH] D72077: [docs] Improve HowTo commit changes from git

Alexander Lanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 05:51:35 PST 2020


AlexanderLanin created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As a novice here I tried to `git push` my changes for a while before figuring out the correct workflow which is described on other pages. This small change doesn't reduce redundancy between those pages, but at least readers can follow the links now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72077

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -491,7 +491,11 @@
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Once a patch is reviewed, you should rebase it, re-test locally, and commit the
-changes to LLVM's master branch. This is done using `git push`.
+changes to LLVM's master branch. This is done using `git push` if you have the
+required access rights. See `comitting a change
+<Phabricator.html#committing-a-change>`_ for Phabricator based commits or
+`Developer Policy <DeveloperPolicy.html#obtaining-commit-access>`_ for commit
+access.
 
 LLVM currently has a linear-history policy, which means that merge commits are
 not allowed. The `llvm-project` repo on github is configured to reject pushes


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72077.235858.patch
Type: text/x-patch
Size: 835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200102/c4773bb5/attachment.bin>


More information about the llvm-commits mailing list