Git — Hard
Key points
- git rebase --onto is used for transplanting a branch subset onto a different base
- It replays commits reachable from C but not from B onto A
- Regular git rebase does not have the same capabilities
Ready to go further?
Related questions
