pub fn cherrypick_commit_onto_new_branch(
    repo: &Repository,
    target_branch: &str,
    onto_branch: &str,
    force_new_branch: bool
) -> Result<(), Report>
Expand description

The main functional function.

Please read the README for some further background.