cherry_pick


Description:

public bool cherry_pick (Commit commit, CherryPickOptions options) throws Error

Cherry pick the specified commit, making changes in the index and the working directory.

Parameters:

this

a Repository.

commit

a Commit.

options

a CherryPickOptions.

Returns:

true if the commit was cherry-picked successfully, false otherwise.