Hi,
Thanks for the package, works great so far, was wondering if there's an easy way to expose the git methods so that I can hook in via code? Currently working on continuous integration and being able to call that from a script on the server will help tremendously. The code seems quite readable so I may be able to create those hooks myself within a small package. My use case is development machines pushing to git, then having CI pick up the changes, run git pull and reload the workpace on the server via script. Is there an easy method or class instantiation I can use to hook into this package and call the methods? I suppose I may have to write some helper methods to do what I need