Git Cherrypick
Git cherry-pick command allows you to apply a specific commit from one branch onto another
cherry pick multiple commits
apply order
cherry pick apply changes by the hash order
Git cherry-pick command allows you to apply a specific commit from one branch onto another
apply order
cherry pick apply changes by the hash order