public
Description: simple git bindings - example project for git book
Homepage: http://peepcode.com
Clone URL: git://github.com/schacon/simplegit.git
Search Repo:
name age message
folder README Sun Apr 27 20:29:55 -0700 2008 updated README [Magnus Chacon]
folder Rakefile Mon Apr 28 10:29:38 -0700 2008 changes [Magnus Chacon]
folder TODO Mon Apr 28 10:29:38 -0700 2008 changes [Magnus Chacon]
folder lib/ Sat Jul 05 22:06:14 -0700 2008 added the apply command [schacon]
README
SimpleGit Ruby Library
======================

This library calls git commands and returns the output.

It is an example for the Git Peepcode book that I'm currently writing.

Author : Scott Chacon (schacon@gmail.com)
         Orange Peel Chacon (opchacon@gmail.com)
         Magnus O. Chacon (mchacon@gmail.com)