# File lib/git/base.rb, line 420
    def update_ref(branch, commit)
      branch(branch).update_ref(commit)
    end