Merging a branch of a branch after first branch is squashed when merged to master
A little bit about why this happens: I’ll let O be “original master” and FB be “new master”, after a feature branch has been merged in: Say feature_branch looks like: O – A – B – C dependent_feature has a few extra commits on top of that: O – A – B – C – … Read more