Enable Git's help.autocorrect feature, automatically running the correct command after a two-second confirmation delay if I make a typo
This commit is contained in:
parent
6c8fa3a177
commit
3667fbe7d8
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
[gpg]
|
||||
program = gpg-for-git-signing
|
||||
|
||||
[help]
|
||||
autocorrect = 20
|
||||
|
||||
[init]
|
||||
templateDir = ~/.config/git/template
|
||||
|
||||
|
|
Loading…
Reference in a new issue