git-anonymize icon indicating copy to clipboard operation
git-anonymize copied to clipboard

Git command to anonymize a repository

git-anonymize

Use this to remove bias of code reviews.

The Makefile will show you the options when running make.

Installing this command adds an anonymize command to git. The command will rewrite the repository's history, changing all authors' names and emails to "anonymous".

Resources used:

  • https://adamcod.es/2013/07/12/how-to-create-git-plugin.html
  • https://help.github.com/articles/changing-author-info/