From ad6b3de1dd577b4871f333a6be868c35466e81a0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 27 Jun 2015 00:56:33 +0300 Subject: [PATCH] Fix autosetuprebase argument --- pep-git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-git.txt b/pep-git.txt index 7ac3fb8..a96594d 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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:: -- 2.39.2