About
git cherry-pick 1) is a git merge mechanism that allows you to:
- apply some commits
- or integrate stashed work
to your branch.
Example
- Apply the change introduced by the commit at the tip of the master branch and create a new commit with this change.
git cherry-pick master