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

前端 未结 10 1918
抹茶落季
抹茶落季 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 04:59

    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.

提交回复
热议问题