user3259978
user3259978

Reputation: 33

is there a way to create PR again to other branch if the PR is already merged to different branch?

I have already merged PR(#337) to master branch. How can I get the changes created by this PR(#337) and create another PR to hot-fix branch? hot-fix branch is lagging from the master branch not only with this merged PR but also with lots of changes which I do not want to include in hot-fix branch

Upvotes: 0

Views: 372

Answers (1)

user3259978
user3259978

Reputation: 33

I solved this issue by git cherry-pick each commit from PR 337.

Upvotes: 1

Related Questions