Method: Hercules::GitHandler#branches_path
- Defined in:
- lib/git_handler.rb
#branches_path ⇒ Object
Returns the path to branches’ link directory.
40 41 42 |
# File 'lib/git_handler.rb', line 40 def branches_path "#{@options['target_directory']}/branches" end |