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

Integrate solo from Git Mob Core #104

Closed rkotze closed 1 year ago

rkotze commented 1 year ago

Integrate the git mob core solo function into the cli.

Question

Context: Currently, in the Git config file the key is not stored but this would make it easier to build the Author object. Might be a little more performant as you don't need to read the global co-author file and filter to out unselected authors.

Q. Should this be done now? A. Does not impact this integration so can be done in more relevant PR e.g. when selecting co-author

Pull request checklist

Pull request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?

More information

Important that we update the global template as well when the local template is used.