FrontendDeveloper.in

Git Track Detail

What is cherry-pick and when is it useful?

cherry-pick applies selected commits from one branch to another. It is useful for hotfix backports and selectively moving changes.