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
183 stars 21 forks source link

Provide a message flag for git mob #93

Open rkotze opened 1 year ago

rkotze commented 1 year ago

Summary

Provide another option to commit with co-authors by providing a message flag to run git commit with the message and co-authors.

$ git mob gg rk -m "This is a commit message"

Flag --message, -m message for git commit

Motivation