Git autocorrect
Sick of getting this when you make a typo:
git: 'statsu' is not a git command. See 'git --help'.
Did you mean this?
status
Active autocorrect with:
$ git config --global help.autocorrect 10
$ git statsu
WARNING: You called a Git command named 'statsu', which does not exist.
Continuing under the assumption that you meant 'status'
in 1.0 seconds automatically...
# On branch develop
nothing to commit (working directory clean)
The number on the end being the delay before it "continues automatically", put in what ever makes you happy.
Written by Ashley Hazle
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#