Skip to content

Instantly share code, notes, and snippets.

@viktorsteinwand
Created October 28, 2016 19:04
Show Gist options
  • Save viktorsteinwand/36ac71bfdea0fe074788a0f99fc3eeb0 to your computer and use it in GitHub Desktop.
Save viktorsteinwand/36ac71bfdea0fe074788a0f99fc3eeb0 to your computer and use it in GitHub Desktop.
git - change author of commit
git commit --amend --author "New Author Name <email@address.com>"
See also http://stackoverflow.com/questions/750172/change-the-author-and-committer-name-and-e-mail-of-multiple-commits-in-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment