rkotze / git-mob

Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
https://www.npmjs.com/package/git-mob
MIT License
182 stars 21 forks source link

Support multiple git trailers #121

Open rkotze opened 10 months ago

rkotze commented 10 months ago

Summary

Support multiple trailers that could be added to a commit message like:

Example cmd: git mob --type=si <author keys> all listed keys would apply Signed-off-by: trailer

Motivation

Help make it easy for everyone to use multiple types of trailers.