Class: Cp8Cli::Commands::Suggest

Inherits:
Object
  • Object
show all
Defined in:
lib/cp8_cli/commands/suggest.rb

Instance Method Summary collapse

Instance Method Details

#runObject



5
6
7
8
9
10
11
12
13
14
# File 'lib/cp8_cli/commands/suggest.rb', line 5

def run
  cache_original_branch

  suggestion_branch.checkout
  suggestion_branch.push
  pull_request.open

  original_branch.checkout
  original_branch.reset
end