From f4d9057f441278b3adb00fd94de30dae1e906fe3 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 22 Jul 2024 15:46:32 -0500 Subject: [PATCH] add autocorrect to gitconfig --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index e8d21e7..5e5fd02 100644 --- a/.config/git/config +++ b/.config/git/config @@ -13,3 +13,6 @@ [init] defaultBranch = main + +[help] + autocorrect = prompt