Skip to content

Instantly share code, notes, and snippets.

@llaine
Created September 15, 2020 11:36
Show Gist options
  • Select an option

  • Save llaine/448a7956c3f16dd942d9ce9ed3cb8de8 to your computer and use it in GitHub Desktop.

Select an option

Save llaine/448a7956c3f16dd942d9ce9ed3cb8de8 to your computer and use it in GitHub Desktop.
Change author commits of a branch
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='llaine'; GIT_AUTHOR_EMAIL='[email protected]'; GIT_COMMITTER_NAME='llaine'; GIT_COMMITTER_EMAIL='[email protected]';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment