Git Cherry-pick

 Git Cherry-pick


The "git cherry-pick" command allows you to apply a specific commit from one branch onto another branch. This can be useful if you want to apply a bug fix from one branch onto another branch that is not yet ready to be merged.


git cherry-pick <commit-hash>

No comments:

Post a Comment