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

Support local git-authors file #8

Closed dideler closed 1 year ago

dideler commented 6 years ago

Users may want to organise their mob co-authors per project, rather in a single global file.

If a local git-authors file exists, it should override the global file.

rkotze commented 1 year ago

I think this is solved with the $ git suggest-coauthors command which will list repository contributors.