# File lib/git/lib.rb, line 606
    def update_ref(branch, commit)
      command('update-ref', [branch, commit])
    end