From: Oleg Broytman Date: Tue, 28 Jun 2016 17:16:29 +0000 (+0300) Subject: Fix a minor misspelling X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=7ba22e6bc0b8a7e77d5c3e26995e458fb2784976 Fix a minor misspelling --- diff --git a/pep-103.txt b/pep-103.txt index bbcb3d4..d114033 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -775,7 +775,7 @@ working tree:: $ git config rerere.autoupdate true You don't need to turn rerere on globally - you don't want rerere in -bare repositories or single-branche repositories; you only need rerere +bare repositories or single-branch repositories; you only need rerere in repos where you often perform merges and resolve merge conflicts. See `Rerere `_ in The