search

Home  >  Q&A  >  body text

git - Why are all my pull requests placed in an unclosed pull request?

Why do I put all the pull requests in an unclosed pull request?
How can I create a new pull request after modifying the code push

PHP中文网PHP中文网2825 days ago728

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-05-02 09:35:38

    Yourspull request还没被采纳(而且它并不一定会被采纳),所以这个时候如果你再在这个pull request代码上建立的新代码会归到这个pull request内,因为新的pull request会被认为依赖于这个pull request.

    reply
    0
  • 巴扎黑

    巴扎黑2017-05-02 09:35:38

    Create a new branch based on the main branch, develop functions, and then it’s done

    reply
    0
  • Cancelreply