Files
30-seconds-of-code/snippets/autocorrect.md
Isabelle Viktoria Maciohsek ee28929328 Make expertise a field
2022-03-01 20:23:46 +02:00

432 B

title, tags, expertise, firstSeen, lastUpdated
title tags expertise firstSeen lastUpdated
Autocorrect git commands configuration intermediate 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