Home

Awesome

hitch

by Rogelio J. Samour (http://blog.therubymug.com)

Build Status

Description:

Hitch allows developers to be properly credited when Pair Programming and using Git.

Features:

Synopsis:

Install:

<pre><code>for x in $(chruby | cut -c 3- | awk '{print $1}'); do chruby $x && gem install hitch; done</code></pre> <pre><code>for x in $(rvm list strings); do rvm use $x@global && gem install hitch; done</code></pre> <pre><code>for x in $(rbenv versions | cut -c 3- | awk '{print $1}'); do rbenv shell $x && gem install hitch; done</code></pre>

Development:

Requirements:

Acknowledgements:

License:

Released under the MIT License. See the LICENSE file for further details.