pub fn cherry_pick_commit(workdir: &Path, oid_str: &str) -> Result<()>
Apply the changes introduced by oid_str onto the current HEAD using git cherry-pick.
oid_str