Method: PGit::Command::Edit#execute!

Defined in:
lib/pgit/command/edit.rb

#execute!Object



14
15
16
17
18
19
# File 'lib/pgit/command/edit.rb', line 14

def execute!
  check_command_exists_for_update

  command.save!
  display_success_msg
end