You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's step back for a second. We cherry-picked C and X. At some point, we want to merge L into Z. The Z branch contains the X commit, aka. we don't need to apply it a second time since it's already there as the base of I is a new child of Z. However, we need to apply B in order to get to C because it's the parent of C (or build-up, requirement, prerequisite, whatever you want to call it).
After the last example of rebasing in this page there is an image showing the new rebased repository.
The first commit after Z, states that
I'
equalsB+C+
, I'm not sure but that would not beC+X
instead?The text was updated successfully, but these errors were encountered: