Skip to main content

Module cherry_pick

Module cherry_pick 

Source
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§

CherryPickError
Errors from cherry-pick operations.

Functions§

cherry_pick
Cherry-pick a commit onto the current HEAD.