Skip to content

Instantly share code, notes, and snippets.

@AkdM
Created September 21, 2016 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkdM/8677623e46565a907fa7b94a70c57f6e to your computer and use it in GitHub Desktop.
Save AkdM/8677623e46565a907fa7b94a70c57f6e to your computer and use it in GitHub Desktop.
Don't guess my identity! - git

Now you can tell Git not to guess committer identity, but rather to insist that you set user.name and user.email explicitly before it will let you commit:

git config --global user.useconfigonly true

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