Skip to content

Instantly share code, notes, and snippets.

@kai5263499
Created October 30, 2017 15:53
Show Gist options
  • Save kai5263499/c32eefe78ac65816d4a9ab21172b9f60 to your computer and use it in GitHub Desktop.
Save kai5263499/c32eefe78ac65816d4a9ab21172b9f60 to your computer and use it in GitHub Desktop.
Fix author attribution in git repo
git rebase -i $HASH
git commit --amend --author="Wes Widner <kai5263499@gmail.com>" --no-edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment