すでにあるissueに対してpull-requestしたい。 Organizationアカウントになっているアカウントで、 Forkしないでhubコマンドを使い、pull-requestする。
- http://qiita.com/kyanny/items/170a188a87925f81ae86
- http://qiita.com/kenjiskywalker/items/0d570b9437a1ac68a947
$ git checkout -b topic/connect-2015-api
$ commit,commit,commit...
$ git push origin topic/new-feature-branch
$ git pull-request -i 3 -h mycompany:topic/new-feature-branch -b mycompany:master
-hだけでもよさそう。