search

Home  >  Q&A  >  body text

git - 为什么我pull request后全部放在一个未关闭的pull request里面了

为什么我pull request后全部放在一个未关闭的pull request里面了
如何才能在修改代码push之后,可以新new pull request

PHP中文网PHP中文网2765 days ago693

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