1GIT-COAUTHOR(1) Git Extras GIT-COAUTHOR(1)
2
3
4
6 git-coauthor - Add a co-author to the last commit
7
9 git-coauthor <co-author> <co-author-email>
10
12 Add a co-author to the last commit
13
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
24 $ git coauthor user user@email.com
25
27 Written by Jacob Herrington jacobherringtondeveloper@gmail.com
28
30 <https://github.com/tj/git-extras/issues>
31
33 <https://github.com/tj/git-extras>
34
35
36
37 August 2019 GIT-COAUTHOR(1)