From 3cc98d00baae55bf88f9d8c5251a9c69d25530ae Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 12 Oct 2024 22:24:59 +0300
Subject: [PATCH] Set git autoCorrect.

To autocorrect git commands.
---
 .config/git/config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.config/git/config b/.config/git/config
index f1ba8f7..b6dcd76 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -69,6 +69,9 @@
 [grep]
     linenumber = true
 
+[help]
+    autoCorrect = 20
+
 [init]
     defaultBranch = master
 
-- 
GitLab