Skip to content

Commit

Permalink
add set upstream to ghpr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 18, 2013
1 parent 7b5a018 commit 1382a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bin/ghpr
Expand Up @@ -11,7 +11,7 @@ branch = `git symbolic-ref HEAD`.strip.split('/').last
issue = ARGV.first

# make sure remote branch has latest and greatest from local
`git push origin #{branch}`
`git push --set-upstream origin #{branch}`

github = Excon.new(
'https://api.github.com',
Expand Down

0 comments on commit 1382a44

Please sign in to comment.