mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
Add immediate autocorrect to git
This commit is contained in:
parent
3d08b00020
commit
c67bf3d162
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
interactive = auto
|
interactive = auto
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[help]
|
||||||
|
autocorrect = immediate
|
||||||
[alias]
|
[alias]
|
||||||
ci = commit
|
ci = commit
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
|
|
Loading…
Reference in a new issue