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