769 770 771
# File 'lib/git/base.rb', line 769 def update_ref(branch, commit) branch(branch).update_ref(commit) end