Files
30-seconds-of-code/git/s/autocorrect.md
Angelos Chalaris 5c913d20bd Reorganize snippets
2023-05-03 21:19:02 +03:00

450 B

title, type, language, tags, author, cover, dateModified
title type language tags author cover dateModified
Autocorrect git commands snippet git
configuration
chalarangelo purple-flower-bunch 2021-04-13T21:10:59+03:00

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