Skip to content

Instantly share code, notes, and snippets.

@jameshwang
Created July 14, 2013 02:14
Show Gist options
  • Save jameshwang/5992940 to your computer and use it in GitHub Desktop.
Save jameshwang/5992940 to your computer and use it in GitHub Desktop.
Changing author on all commits
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Author Name'; GIT_AUTHOR_EMAIL='author_email@gmail.com';" HEAD
@jameshwang
Copy link
Author

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