450 B
450 B
title, type, language, tags, author, cover, dateModified
| title | type | language | tags | author | cover | dateModified | |
|---|---|---|---|---|---|---|---|
| Autocorrect git commands | snippet | git |
|
chalarangelo | purple-flower-bunch | 2021-04-13T21:10:59+03:00 |
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