TOOL » GIT
Cherry pick
Usage
Use cherry pick to merge only the some commits from a branch into another.
shell
git cherry-pick HASH
Run the command from the branch you want the commit(s) to be merged.
Use cherry pick to merge only the some commits from a branch into another.
git cherry-pick HASH
Run the command from the branch you want the commit(s) to be merged.