class Git::Branch

def update_ref(commit)

def update_ref(commit)
  @base.lib.update_ref(@full, commit)
end