sam: Set git help.autoCorrect=prompt

This commit is contained in:
Chandler Swift 2025-07-16 09:54:55 -05:00
parent ca2773f9d9
commit 80dc37f30e
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -139,6 +139,7 @@
lfs.enable = true; lfs.enable = true;
# TODO: delta or diff-so-fancy or difftastic # TODO: delta or diff-so-fancy or difftastic
extraConfig = { extraConfig = {
help.autoCorrect = "prompt";
init.defaultBranch = "main"; init.defaultBranch = "main";
diff.wsErrorHighlight = "all"; diff.wsErrorHighlight = "all";
pull.ff = "only"; pull.ff = "only";