Expand description
Cherry-pick — apply a specific commit’s changes to the current branch.
Computes the diff introduced by the source commit, then applies those changes to HEAD, creating a new commit with the current HEAD as parent.
Enums§
- Cherry
Pick Error - Errors from cherry-pick operations.
Functions§
- cherry_
pick - Cherry-pick a commit onto the current HEAD.