class Git::Lib

def repack

def repack
  command('repack', ['-a', '-d'])
end