From f4f7c1e3b5fab01de770c8f0f9bea1e977bd45f0 Mon Sep 17 00:00:00 2001 From: tiemonl Date: Wed, 22 May 2019 11:22:58 -0400 Subject: [PATCH] GH-752 updated documentation to show rename workaround --- man/git-reauthor.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/git-reauthor.md b/man/git-reauthor.md index bd65d14..7471d3c 100644 --- a/man/git-reauthor.md +++ b/man/git-reauthor.md @@ -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