git-coauthor - Man Page
Add a co-author to the last commit
Examples (TL;DR)
- Insert an additional author to the last Git commit:
git coauthor name name@example.com
Synopsis
git-coauthor <co-author> <co-author-email>
Description
Add a co-author to the last commit
Options
<co-author>
The username of the co-author you want to add.
<co-author-email>
The email address of the author you want to add.
Examples
$ git coauthor user user@email.com
Author
Written by Jacob Herrington jacobherringtondeveloper@gmail.com
Reporting Bugs
See Also
Referenced By
August 2019 Git Extras