mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
GH-752 updated documentation to show rename workaround
This commit is contained in:
parent
6d1982d6cf
commit
f4f7c1e3b5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue