From 3667fbe7d8261c94c4c8941332c6c72b4e5eee53 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 9 Jul 2020 13:04:59 +1000 Subject: [PATCH] Enable Git's help.autocorrect feature, automatically running the correct command after a two-second confirmation delay if I make a typo --- config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/git/config b/config/git/config index 3a38a07..888b0d4 100644 --- a/config/git/config +++ b/config/git/config @@ -55,6 +55,9 @@ [gpg] program = gpg-for-git-signing +[help] + autocorrect = 20 + [init] templateDir = ~/.config/git/template