class Git::Base

def repack

repacks the repository
def repack
  self.lib.repack
end