DEV Community

Cover image for git cherry-pick
Mehmood
Mehmood

Posted on

git cherry-pick

If you want to apply a commit from one branch to another, you can use the following command to do that:

'git cherry-pick '

Top comments (0)