Git-coauthor is an easy way to take advantage of Co-Authors on Github!
$ gco add$ git add some-file.py
$ gco commit # or gco commit -m'added some-file.py'$ gco show$ gco clearGit-coauthor uses your local git config to store authors, so make sure you re-add authors when switching between projects.
Clone this repo, and then:
$ make install