1GIT-COAUTHOR(1)                   Git Extras                   GIT-COAUTHOR(1)
2
3
4

NAME

6       git-coauthor - Add a co-author to the last commit
7

SYNOPSIS

9       git-coauthor <co-author> <co-author-email>
10

DESCRIPTION

12       Add a co-author to the last commit
13

OPTIONS

15       <co-author>
16
17       The username of the co-author you want to add.
18
19       <co-author-email>
20
21       The email address of the author you want to add.
22

EXAMPLES

24       $ git coauthor user user@email.com
25

AUTHOR

27       Written by Jacob Herrington jacobherringtondeveloper@gmail.com
28

REPORTING BUGS

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

SEE ALSO

33       <https://github.com/tj/git-extras>
34
35
36
37                                  August 2019                  GIT-COAUTHOR(1)
Impressum