Skip to content

Instantly share code, notes, and snippets.

@rismay
Last active August 29, 2015 13:59
Show Gist options
  • Save rismay/10605155 to your computer and use it in GitHub Desktop.
Save rismay/10605155 to your computer and use it in GitHub Desktop.
Fix Git Commit Authorship
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Cristian A Monterroza'; GIT_AUTHOR_EMAIL='cmonterroza@wrkstrm.me'; GIT_COMMITTER_NAME='Cristian A Monterroza'; GIT_COMMITTER_EMAIL='cmonterroza@wrkstrm.me';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment