X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-103.txt;h=ab2c351ec6f580145276637032aa0562bfccc079;hp=e953e0707bb644f809ca7b1c70baeb9363171ec3;hb=9f770b7460201b720340528999ecbe347a06601d;hpb=ab3ce2584b6b53345442a3ab4f3f2a47bf7d00b4 diff --git a/pep-103.txt b/pep-103.txt index e953e07..ab2c351 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -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