Method: BigKeeper::ModuleService#switch_to
- Defined in:
- lib/big_keeper/service/module_service.rb
#switch_to(path, user, module_name, home_branch_name, type) ⇒ Object
48 49 50 51 52 |
# File 'lib/big_keeper/service/module_service.rb', line 48 def switch_to(path, user, module_name, home_branch_name, type) Logger.highlight("Switch to branch '#{home_branch_name}' for module '#{module_name}'...") verify_module(path, user, module_name, home_branch_name, type) end |