339 B
339 B
title, tags
| title | tags |
|---|---|
| Autocorrect git commands | configuration,intermediate |
Configures git to autocorrect mistyped commands.
- Use
git config --global help.autocorrect 1to enable git's autocorrect.
git config --global help.autocorrect 1
git config --global help.autocorrect 1
git sttaus # Runs `git status` instead