Method: Git::Branch#update_ref
- Defined in:
- lib/git/branch.rb
#update_ref(commit) ⇒ Object
76 77 78 |
# File 'lib/git/branch.rb', line 76 def update_ref(commit) @base.lib.update_ref(@full, commit) end |
76 77 78 |
# File 'lib/git/branch.rb', line 76 def update_ref(commit) @base.lib.update_ref(@full, commit) end |