Git autocorrect commands
Git commands can be lengthy, but Git autocorrect can help with command typos.
git config --global help.autocorrect prompt
This prompts with a suggestion for a mistyped Git command.
Git commands can be lengthy, but Git autocorrect can help with command typos.
git config --global help.autocorrect prompt
This prompts with a suggestion for a mistyped Git command.