Great tip! As an alternative, if you're uncomfortable rewriting all of a project's history using git-filter-branch, Git has a feature known as mailmaps which allow you to canonicalize username and e-mail addresses.
git-filter-branch
Far better solution!
Thanks for this! mailmap doesn't come up in google searches as much as one might expect, it's a perfect solution for me
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Great tip! As an alternative, if you're uncomfortable rewriting all of a project's history using
git-filter-branch
, Git has a feature known as mailmaps which allow you to canonicalize username and e-mail addresses.Far better solution!
Thanks for this! mailmap doesn't come up in google searches as much as one might expect, it's a perfect solution for me