Skip to content

Instantly share code, notes, and snippets.

@llaine
Created September 15, 2020 11:36
Show Gist options
  • Save llaine/448a7956c3f16dd942d9ce9ed3cb8de8 to your computer and use it in GitHub Desktop.
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='darksioul6@gmail.com'; GIT_COMMITTER_NAME='llaine'; GIT_COMMITTER_EMAIL='darksioul6@gmail.com';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment