Home [Git] Apply difference between two branches on a third branch
Post
Cancel

[Git] Apply difference between two branches on a third branch

1
git rebase --onto branchA branchB feature

If there is a conflict when rebasing, we need to resolve it in each commit moving.

Before:

Before Before

After:

After After

Reference

This post is licensed under CC BY 4.0 by the author.