]> git.phdru.name Git - git-wiki.git/commitdiff
Fix autosetuprebase argument
authorOleg Broytman <phd@phdru.name>
Fri, 26 Jun 2015 21:56:33 +0000 (00:56 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 26 Jun 2015 21:56:33 +0000 (00:56 +0300)
pep-git.txt

index 7ac3fb895070f6d015925815837b8b35a374ad8f..a96594d85db8378e88a126151e47c3b307776a9d 100644 (file)
@@ -435,7 +435,7 @@ recommends to use rebase when pulling, i.e. always do ``git pull
 --rebase`` or even configure automatic setup of rebase for every new
 branch::
 
-    $ git config branch.autosetuprebase true
+    $ git config branch.autosetuprebase always
 
 and configure rebase for existing branches::