]> git.phdru.name Git - git-wiki.git/blobdiff - pep-103.txt
Don't mention the author of the PEP
[git-wiki.git] / pep-103.txt
index e953e0707bb644f809ca7b1c70baeb9363171ec3..ab2c351ec6f580145276637032aa0562bfccc079 100644 (file)
@@ -592,10 +592,10 @@ that it is very much recommended not to rebase published commits the
 question's diminished even further: "whether to use rebase on
 non-pushed commits?"
 
-That small question is for the team to decide. The author of the PEP
-recommends to use rebase when pulling, i.e. always do ``git pull
---rebase`` or even configure automatic setup of rebase for every new
-branch::
+That small question is for the team to decide. To preserve the beauty
+of linear history it's recommended to use rebase when pulling, i.e. do
+``git pull --rebase`` or even configure automatic setup of rebase for
+every new branch::
 
     $ git config branch.autosetuprebase always