Skip to content

Instantly share code, notes, and snippets.

@jonasporto
Created May 9, 2017 16:41
Show Gist options
  • Save jonasporto/ad7c6dde7d42e9c6283e13a14f58d9ae to your computer and use it in GitHub Desktop.
Save jonasporto/ad7c6dde7d42e9c6283e13a14f58d9ae 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