...

/

When Cherry-Picking Might Fail

When Cherry-Picking Might Fail

Learn how you can handle scenarios where cherry-pick might fail.

Cherry-pick not easily applied

A case where the cherry-pick is not easily applied is outlined below. It’s exactly the same as the run-through in the previous lesson. But this time, the “crazy change” is not added at the top of the file, but in a line affected on the other branch also.

1	mkdir lgthw_cherry_pick_2
2	cd
...