Skip to content

Instantly share code, notes, and snippets.

@NxSoftware
Created July 15, 2016 19:34
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 NxSoftware/037e0b48ed1f5a235537ac4bc3599a69 to your computer and use it in GitHub Desktop.
Save NxSoftware/037e0b48ed1f5a235537ac4bc3599a69 to your computer and use it in GitHub Desktop.
Amends authors of git commits
# --root to change first commit as well
git rebase -i --root
git commit --amend --author "Steve Wilford <steve@stevewilford.co.uk>"
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment