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
Using the git-hub tool, you could do this with:
$> git hub pull attach 123
This would convert issue #123 into pull request #123, thus maintaining all discussion about the issue in a single location.