From 4808c767bb560ca663f5e446380d6041fd462bd8 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 14 Aug 2024 22:08:06 +0200 Subject: [PATCH] fix: disable git autocorrect --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index e51757d..8999732 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -126,7 +126,7 @@ rebase = false [help] - autocorrect = 1 + autocorrect = 0 [alias] ;###############################################################################