VMS Help  —  GIT  CHERRY-PICK
 	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).

 	Command Syntax:

 		git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
 			[-S[<keyid>]] <commit>…​
 		git cherry-pick (--continue | --skip | --abort | --quit)
Close Help