class Git::Base
def lib
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
def lib @lib ||= Git::Lib.new(self, @logger) end