git-coauthor - Man Page

Add a co-author to the last commit

Examples (TL;DR)

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

<https://github.com/tj/git-extras/issues>

See Also

<https://github.com/tj/git-extras>

Referenced By

git-extras(1).

August 2019 Git Extras