Skip to content

Instantly share code, notes, and snippets.

@taea
Last active January 2, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taea/8347062 to your computer and use it in GitHub Desktop.
Save taea/8347062 to your computer and use it in GitHub Desktop.
はぶ

hubで Issue を Pull Request にする

https://github.com/github/hub

$ brew install hub

.zshrc に追加

$ eval "$(hub alias -s)"

Issueをぷるりにする
git pull-request [branch名] -i [issue番号]

$ git pull-request fix_branch -i 3

※ 考えてみれば当たり前なのだが、branchをpushしてからじゃないとできない(ちょっとハマってた…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment