Skip to content

Instantly share code, notes, and snippets.

@n5i
Created November 6, 2015 06:49
Show Gist options
  • Save n5i/e45392901c2d7d5bba15 to your computer and use it in GitHub Desktop.
Save n5i/e45392901c2d7d5bba15 to your computer and use it in GitHub Desktop.
Update author of the last commit
git commit --amend --author "New Author Name <[email protected]>"
// OR
git -c user.name="New Author Name" -c [email protected] commit --amend --reset-author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment