Skip to content

Instantly share code, notes, and snippets.

@diegoos
Forked from jonasporto/git_auto_correct.md
Created May 9, 2017 16:44
Show Gist options
  • Save diegoos/74eebbf33534c9fa4230a38d067e834a to your computer and use it in GitHub Desktop.
Save diegoos/74eebbf33534c9fa4230a38d067e834a to your computer and use it in GitHub Desktop.

setting autocorrect from git commands

git config --global help.autocorrect 1

ex:

git pulll origin master

WARNING: You called a Git command named 'pulll', which does not exist. Continuing under the assumption that you meant 'pull' in 0.1 seconds automatically...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment