Method: GitWorkflow::Story#remote_branch_name
- Defined in:
- lib/git_workflow/story.rb
#remote_branch_name ⇒ Object
26 27 28 |
# File 'lib/git_workflow/story.rb', line 26 def remote_branch_name @remote_branch_name ||= GitWorkflow::Configuration.instance.remote_branch_convention.to(self) end |