7
6

More than 5 years have passed since last update.

GitHubのIssueにmaster以外へのPull-Requestを送る

Last updated at Posted at 2013-01-08

hubを用いてIssueにmasterへのPull-Requestを送る方法は下記で、紹介されている。
GitHub の Issue をあとから Pull Request にする (あとからコードを添付する)

master以外へPull-Requestを送るには、-bオプションをつけて、Pull-Requestを送りたいブランチを指定するとできる。

$ hub pull-request -i ISSUE_No -b organization:base -h organization:head

参考:
defunkt/hub
GitHub の Issue をあとから Pull Request にする (あとからコードを添付する)

7
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6