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