Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marabesi/96261482c4ffd4f5db96413119446d82 to your computer and use it in GitHub Desktop.
Save marabesi/96261482c4ffd4f5db96413119446d82 to your computer and use it in GitHub Desktop.
Change last commit author
git commit --amend --author "Stephen Way <way.stephen@gmail.com>" --no-edit && \
git rebase --continue
...
git push origin master --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment