Enable contribution tracking when pair programming


Keywords
pair, programming, committers, git, pair-programming
License
MIT
Install
pip install guet==3.0.1

Documentation

guet

enable contribution tracking when pair programming with guet

Pair programming is integral part of many software development lifecycles. When pairing, you may want to track both pairs contributions. Using guet allows for that functionality.

Actions Status

Installation

guet can be installed from pypi:

pip3 install guet

Upgrading

The version of guet installed can be upgraded using the following command:

pip3 install guet --upgrade

Development Version

The most recent develoment version can be downloaded and installed as well:

git clone https://github.com/chiptopher/guet.git
python setup.py install

Usage

For full usage details, using guet will print out all commands and a description of what they do. Some of the ones most basic to the workflow are:

Initialization

guet init will initiailze the guet config files for the system.

Start

guet start will start guet for the reposotry at the current directory.

Resgister Committers

guet add <initials> <"Name"> <email> will register an available committer with the given initials, name and email.

Set Committers

guet set [<initials>, ...] will register the committers with the given initials to have their names attached to all following commits.

Changelog

To see the version releases, changes between them, and upgrade guides, check the change log

Contribution

Guidelines for contributions can be found here. Feel free to open an issue if there are problems with guet you want to submit a feature request.