Skip to content

Instantly share code, notes, and snippets.

@tux-00
Created March 20, 2017 12:41
Show Gist options
  • Save tux-00/d198d411488454a138041440b564a6ea to your computer and use it in GitHub Desktop.
Save tux-00/d198d411488454a138041440b564a6ea to your computer and use it in GitHub Desktop.
Change Git commit author
git rebase -i <earliercommit>
git commit --amend --author="Author Name <email@address.com>"
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment