/git-crucible

A utility for submitting git changes to crucible

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

git-crucible

Info:See github for the latest source.
Author: Josh Braegger <rckclmbr@gmail.com>

About

This is git-crucible, a command-line tool for submitting code review patches to Crucible.

Install

Latest Stable:

sudo pip install git-crucible

or from Git:

git clone git://github.com/rckclmbr/git-crucible.git
cd git-crucible
python setup.py install