简体   繁体   中英

How to re-initiate a Pull Request in GitHub

I did a pull request to the master branch that failed as we had a problem with a Continuous Integration file that caused the failure. As the CI file was fixed, I like to re-initiate the pull request again. Not sure how to do this.

You can create a new commit and push it to the branch you created the PR on. Another solution can be to rebase one or more commits and force push them again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM