Skip to content

Commit

Permalink
Merge pull request #753 from tiemonl/GH-752_update_reauthor_documenta…
Browse files Browse the repository at this point in the history
…tion

git-reauthor: updated documentation to show rename workaround
  • Loading branch information
spacewander authored May 23, 2019
2 parents 6d1982d + f4f7c1e commit 26447e5
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 26447e5

Please sign in to comment.