From d89c099dd921997238be46e2002d28712da06fde Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 3 Feb 2014 10:24:15 +0100 Subject: git: added autocorrect. --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 5a4181a..1dac9d4 100644 --- a/gitconfig +++ b/gitconfig @@ -7,6 +7,9 @@ excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab +[help] + autocorrect = 5 + [alias] down = pull --rebase --stat a = commit -a -- cgit v1.2.3