git-cherry-pick (1) Linux Manual Page
git-cherry-pick – Apply the changes introduced by some existing commits Synopsisgit cherry-pick [–edit] [-n] [-m parent-number] [-s] [-x] [–ff] [-S[<keyid>]] <commit>… git cherry-pick (–continue | –skip | –abort | –quit)DescriptionGiven 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…
