Skip to content

Instantly share code, notes, and snippets.

View Jhegs's full-sized avatar
🛰️
...far far away.

Josh Jhegs

🛰️
...far far away.
  • Hades
  • Third planet, Solar system
View GitHub Profile
@stephenway
stephenway / git-change-author-commit.sh
Created December 19, 2015 04:02
Change last commit author
git commit --amend --author "Stephen Way <way.stephen@gmail.com>" --no-edit && \
git rebase --continue
...
git push origin master --force