Created
September 15, 2020 11:36
-
-
Save llaine/448a7956c3f16dd942d9ce9ed3cb8de8 to your computer and use it in GitHub Desktop.
Change author commits of a branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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