Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Created February 18, 2014 03:20
Show Gist options
  • Save bluerabbit/9064116 to your computer and use it in GitHub Desktop.
Save bluerabbit/9064116 to your computer and use it in GitHub Desktop.
空コミットでpull requestを作る
git checkout -b topic_branch
git commit --allow-empty -m 'Make a pull request'
git push --set-upstream origin topic_branch
hub pull-request -b develop
hub browse -- pull/{pull_request_id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment