Git cherry-pick?
git cherry-pick <commit> - applies the changes introduced
by an existing commit from another branch onto your current branch.
git cherry-pick <commit> - applies the changes introduced
by an existing commit from another branch onto your current branch.