diff options
author | Anthony Wang | 2023-09-28 19:23:39 -0400 |
---|---|---|
committer | Anthony Wang | 2023-09-28 19:23:39 -0400 |
commit | 8262dff74a3ee3429be8ac98f394996c7483b46d (patch) | |
tree | a1e65e6411c47d86de34122ad58b91e1d67c0480 | |
parent | 393e142cce657aeee0e4d5e45a62f42f3cf0d024 (diff) |
Disable Git autocorrect because it's kinda useless
-rw-r--r-- | git/config | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,7 +6,5 @@ gpgsign = true [init] defaultBranch = main -[help] - autocorrect = immediate [gpg] format = ssh |