Merge pull request #753 from tiemonl/GH-752_update_reauthor_documentation

git-reauthor: updated documentation to show rename workaround
This commit is contained in:
罗泽轩 2019-05-23 09:45:31 +08:00 committed by GitHub
commit 26447e5bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,10 @@ Change only the committer email of Jack (keep the author email already used)
$ git reauthor --old-email jack@perso.me --correct-email jack@work.com --type committer
Change only the name and keep email to merge one user with multiple pseudonyms.
$ git reauthor --old-email jack@perso.me --correct-name Jack
Set Jack's identity as the only one of the whole repository
$ git reauthor --all --correct-email jack@perso.me --correct-name Jack