From 380c137999cd8d85c8a010d4c1c5822604f0c721 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 20 Jan 2025 10:28:58 +0000 Subject: [PATCH] feat(git): set git `help.autocorrect prompt` (#11) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/11 --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 9f1b07a..431480d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,3 +11,5 @@ smudge = git-lfs smudge -- %f [lfs] contenttype = 0 +[help] + autocorrect = prompt