Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created July 23, 2013 20:28
Show Gist options
  • Save lemenkov/6065865 to your computer and use it in GitHub Desktop.
Save lemenkov/6065865 to your computer and use it in GitHub Desktop.
Changing metadata in every commit in a current branch
git filter-branch --env-filter 'GIT_COMMITTER_NAME="autotrace";GIT_COMMITTER_EMAIL="autotrace@host";' HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment