git-mob

Add co-authors to git commits easily with a CLI tool

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for including co-authors in commits

Commands

git-mob

Examples

Initialize git-mob and set up co-authors$ git mob init
Add co-authors to the next commit$ git mob add alice bob
View current co-authors and commit with them included$ git mob print && git commit -m 'Fix bug'