Skip to content

Commit

Permalink
GH-752 updated documentation to show rename workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemonl committed May 22, 2019
1 parent 6d1982d commit f4f7c1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/git-reauthor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4f7c1e

Please sign in to comment.