class Git::Base

def lib

class with one that uses native methods or libgit C bindings
actual 'git' forked system calls. At some point I hope to replace the Git::Lib
this is a convenience method for accessing the class that wraps all the
def lib
  @lib ||= Git::Lib.new(self, @logger)
end