Change committer email using git filter-repo
It is possible to fix incorrect email addresses in old git commits, but it involves rewriting the commit history, will change commit hashes, and can generally be expected to require all devs to make new clones. You can use the git filter-repo tool to perform this sort of rewrite! Don’t attempt this unless you understand […]
Change committer email using git filter-repo Read More »