Skip to content

Instantly share code, notes, and snippets.

@patdowney
Created May 29, 2012 12:53
Show Gist options
  • Select an option

  • Save patdowney/2828227 to your computer and use it in GitHub Desktop.

Select an option

Save patdowney/2828227 to your computer and use it in GitHub Desktop.
how to rename authors on a branch
git filter-branch --env-filter 'GIT_AUTHOR_EMAIL=$NEW_EMAIL'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment