Method: FalkorLib::GitFlow.start
- Defined in:
- lib/falkorlib/git/flow.rb
.start(type, name, path = Dir.pwd, optional_args = '') ⇒ Object
git flow hotfix, release, support start <name>
169 170 171 |
# File 'lib/falkorlib/git/flow.rb', line 169 def start(type, name, path = Dir.pwd, optional_args = '') command(name, type, 'start', path, optional_args) end |