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
认证0级讲师
Yourspull request还没被采纳(而且它并不一定会被采纳),所以这个时候如果你再在这个pull request代码上建立的新代码会归到这个pull request内,因为新的pull request会被认为依赖于这个pull request.
pull request
Create a new branch based on the main branch, develop functions, and then it’s done
Yours
pull request
还没被采纳(而且它并不一定会被采纳),所以这个时候如果你再在这个pull request
代码上建立的新代码会归到这个pull request
内,因为新的pull request
会被认为依赖于这个pull request
.Create a new branch based on the main branch, develop functions, and then it’s done