# File lib/grit_adapter/git_layer_grit.rb, line 354 def update_ref(head, commit_sha) @repo.update_ref(head, commit_sha) end