tj.git-extras/man/git-coauthor.md
jacobherrington 66288296b2 Add git coauthor command
This adds a feature to add additional authors to the previous commit,
this feature is supported by GitHub and GitLab and based on the format
should be self-evident to anyone reading the commit message.
2019-08-23 20:21:43 -05:00

37 lines
633 B
Markdown

git-coauthor(1) -- Add a co-author to the last commit
================================
## 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
&lt;<https://github.com/tj/git-extras/issues>&gt;
## SEE ALSO
&lt;<https://github.com/tj/git-extras>&gt;