What a treat. I have to admit that my mental model of git cherry-pick was just “it takes a change and applies it as a patch”. I guess it isn’t. That would explain a couple of experiences I had where a cherry-pick came with a lot of unrelated crap tied to it.
What a treat. I have to admit that my mental model of
git cherry-pick
was just “it takes a change and applies it as a patch”. I guess it isn’t. That would explain a couple of experiences I had where a cherry-pick came with a lot of unrelated crap tied to it.TIL.