Autocorrect git commands
Git, Configuration · Apr 13, 2021

Configures git to autocorrect mistyped commands.
- Use
git config --global help.autocorrect 1
to enable git's autocorrect.
git config --global help.autocorrect 1
git config --global help.autocorrect 1
git sttaus # Runs `git status` instead