Last Updated: February 25, 2016
·
673
· bueltge

Git Autocorrect

Set

$ git config --global help.autocorrect 1

and the console help you.
Example:

$ git statud
WARNING: You called a Git command named 'statud', which does not exist.
Continuing under the assumption that you meant 'status'
 in 0.1 seconds automatically...