Skip to content

Instantly share code, notes, and snippets.

@asierrayk
Created February 8, 2018 12:08
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 asierrayk/03aa890ca7297de077a737264f6054c8 to your computer and use it in GitHub Desktop.
Save asierrayk/03aa890ca7297de077a737264f6054c8 to your computer and use it in GitHub Desktop.
Git commit specifying email and name only for the current commit
git -c user.email="" -c user.name="" commit -m "Commmit message"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment