]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
Fix autosetuprebase argument
[git-wiki.git] / 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::