diff options
author | June McEnroe <june@causal.agency> | 2014-04-19 16:16:43 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-04-19 16:16:43 -0400 |
commit | 4d4689d0d3833d92ae476b9fd929d24567549e8c (patch) | |
tree | fbbc7fe27b35ae49747aa4e0d661d6db9cd2c081 | |
parent | Fix gitprompt for git 1.9.1 (diff) | |
download | src-4d4689d0d3833d92ae476b9fd929d24567549e8c.tar.gz src-4d4689d0d3833d92ae476b9fd929d24567549e8c.zip |
Autocorrect git commands
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig index 0a4ce64c..83cfdc34 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ path = .gitconfig.private [github] user = programble +[help] + autocorrect = 1 |