pub fn cherry_pick(
    repo: &Repository,
    head_id: Oid,
    cherry_id: Oid
) -> Result<Oid, Error>
Expand description

Cherry pick a commit onto another without touching the working directory