Skip to content

Instantly share code, notes, and snippets.

@ram0973
Created April 9, 2019 13:11
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 ram0973/005936957c80422ba7cfa877a30de406 to your computer and use it in GitHub Desktop.
Save ram0973/005936957c80422ba7cfa877a30de406 to your computer and use it in GitHub Desktop.
Forget to set name and email in git
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment