Given one or more existing commits, apply the change each one introduces, recording a new commit for each. This requires your working tree to be clean (no modifications from the HEAD commit).
git cherry-pick <commit-SHA>
git cherry-pick <commit-SHA-1> <commit-SHA-2>