class Git::Lib

def update_ref(branch, commit)

def update_ref(branch, commit)
  command('update-ref', [branch, commit])
end