Skip to content

Instantly share code, notes, and snippets.

@ejrh
Created May 4, 2013 03:29
Show Gist options
  • Save ejrh/5516008 to your computer and use it in GitHub Desktop.
Save ejrh/5516008 to your computer and use it in GitHub Desktop.
How to edit log details
git filter-branch --env-filter '
an="$GIT_AUTHOR_NAME"
am="$GIT_AUTHOR_EMAIL"
export GIT_AUTHOR_NAME="ejrh"
export GIT_AUTHOR_EMAIL="ejrh00@gmail.com"
export GIT_COMMITTER_NAME="ejrh"
export GIT_COMMITTER_EMAIL="ejrh00@gmail.com"
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment