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

Get author information from GitHub #85

Closed rkotze closed 1 year ago

rkotze commented 1 year ago

This is to address issue #74

The plan is to follow the usual git mob CLI method and if initials are missing locally then search GitHub. This will return the anonymous email.

Example: rkotze is my GitHub username and is not stored in the co-authors file. This should find the information on GitHub.

git mob rkotze

Also should be able to mix with saved co-authors.

git mob rjk rkotze

Actions: