Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created December 19, 2015 04:02
Show Gist options
  • Save stephenway/eaf781835d9f9068b7dc to your computer and use it in GitHub Desktop.
Save stephenway/eaf781835d9f9068b7dc 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
@yanicakj
Copy link

Thanks this worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment