I\'m not sure, but I have a vague memory of creating a github pull request with \"Issue 4\" or something in the title, and it automatically attached itself to Issue 4 in the
You may also use Gub to submit pull requests for your issue.
It also helps you use a proper fork/pull-request style.
Edit: 10/5/2013
To get Gub to submit pull-request for issue #123, you need to run the following:
$ gub start 123
This will create a new branch issue-123. Once you're done working on the issue, execute:
$ gub finish
Voila!
Note: I am the author of Gub gem.