How do you attach a new pull request to an existing issue on github?

前端 未结 10 1913
抹茶落季
抹茶落季 2020-12-04 04:40

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

10条回答
  •  一整个雨季
    2020-12-04 05:01

    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.

提交回复
热议问题