-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-752 updated documentation to show rename workaround
- Loading branch information
tiemonl
committed
May 22, 2019
1 parent
6d1982d
commit f4f7c1e
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,10 @@ Change only the committer email of Jack (keep the author email already used) | |
|
||
$ git reauthor --old-email [email protected] --correct-email [email protected] --type committer | ||
|
||
Change only the name and keep email to merge one user with multiple pseudonyms. | ||
|
||
$ git reauthor --old-email [email protected] --correct-name Jack | ||
|
||
Set Jack's identity as the only one of the whole repository | ||
|
||
$ git reauthor --all --correct-email [email protected] --correct-name Jack | ||
|