Change details about an author identity. Since this command rewrites the Git history,
--force
will be needed when pushing next time. Part ofgit-extras
. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-reauthor.
git reauthor --old-email [email protected] --correct-email [email protected] --correct-name "name"
git reauthor --old-email [email protected] --use-config
git reauthor --all --correct-email [email protected] --correct-name name