Method: MGit::Reset#execute
- Defined in:
- lib/m-git/command/reset.rb
#execute(argv) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/m-git/command/reset.rb', line 9 def execute(argv) Workspace.check_branch_consistency Output.puts_start_cmd _, error_repos = Workspace.execute_git_cmd_with_repos(argv.cmd, argv.git_opts, all_repos) Output.puts_succeed_cmd(argv.absolute_cmd) if error_repos.length == 0 end |