Git cherry-pick is a command used to apply changes from an existing commit. In this post we’ll look at some example where cherry picking can be useful. Let’s take the following example where we have a master branch an my-branch which has 3 commits.
Full article