5 6 7 8 9 10 11
# File 'lib/t1k/commands/pull_request.rb', line 5 def self.run T1k::Commands::Sink.run branch = T1k::Commands::Branch.actual_branch pull = `git push origin #{branch.strip}` self.open_browser pull end