git cherry-pick

git cherry-pick

About

git cherry-pick 1) is a git merge mechanism that allows you to:

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







Share this page:
Follow us:
Task Runner