Method: Overcommit::HookContext::PreRebase#upstream_branch
- Defined in:
- lib/overcommit/hook_context/pre_rebase.rb
#upstream_branch ⇒ Object
Returns the name of the branch we are rebasing onto.
8 9 10 |
# File 'lib/overcommit/hook_context/pre_rebase.rb', line 8 def upstream_branch @args[0] end |