Function git2_ext::ops::cherry_pick

source ·
pub fn cherry_pick(
    repo: &Repository,
    head_id: Oid,
    cherry_id: Oid,
    sign: Option<&dyn Sign>
) -> Result<Oid, Error>
Expand description

Cherry pick a commit onto another without touching the working directory