Skip to content

Instantly share code, notes, and snippets.

@agness
Created October 22, 2013 12:28
Show Gist options
  • Save agness/7099741 to your computer and use it in GitHub Desktop.
Save agness/7099741 to your computer and use it in GitHub Desktop.
Fix invalid-email-address when converting from hg to git.
git filter-branch --env-filter 'export GIT_AUTHOR_EMAIL="somehwere@gmail.com";GIT_AUTHOR_NAME="Moseley Swift"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment