How to modify a pull request on GitHub to change target branch to merge into?

后端 未结 5 1002
孤街浪徒
孤街浪徒 2021-02-03 16:19

I have a pull request that is requesting a merge into master from my branch, but the owner wants me to change the request to merge into a different branch from my branch.

<
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-03 16:56

    You have to create a new pull request as mentioned in the gibhub doc LINK

    1. First select New Pull request
    2. in the compare page, left side select the target branch you want to push and right side select the branch you already pushed.
    3. Update the details for your new PR.
    4. Create the PR

提交回复
热议问题