|
|
|
|
|
by umlaut
1403 days ago
|
|
Have you checked out https://github.com/git-duet/git-duet/ ? You configure a ~/.git-authors file with people with whom you regularly pair, and use `git duet [author-1] [author-2]` to set primary and secondary commit authors. Env variables set whether you want `Signed-off-by` or `Co-authored-by` trailers. |
|
There seems to be at least these three advantages over my approach:
I might consider switching for the next small project. :-)