Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 601 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 601 Bytes

Git-Coauthor

Git-coauthor is an easy way to take advantage of Co-Authors on Github!

Usage

Add co-authors

$ gco add

Make a commit

$ git add some-file.py
$ gco commit # or gco commit -m'added some-file.py'

See who's riding along

$ gco show

Go solo

$ gco clear

Git-coauthor uses your local git config to store authors, so make sure you re-add authors when switching between projects.

Installation

Clone this repo, and then:

$ make install