Method: Git::Lib#update_ref
- Defined in:
- lib/git/lib.rb
#update_ref(ref, commit)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1592 1593 1594 |
# File 'lib/git/lib.rb', line 1592 def update_ref(ref, commit) command('update-ref', ref, commit) end |