Files
30-seconds-of-code/snippets/autocorrect.md
Angelos Chalaris 1397bb792e Deprecate expertise
2022-12-04 22:23:55 +02:00

472 B

title, tags, author, cover, firstSeen, lastUpdated
title tags author cover firstSeen lastUpdated
Autocorrect git commands configuration chalarangelo blog_images/purple-flower-bunch.jpg 2021-04-06T20:58:33+03:00 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