Skip to main content

cherry_pick_commit

Function cherry_pick_commit 

Source
pub fn cherry_pick_commit(workdir: &Path, oid_str: &str) -> Result<()>
Expand description

Apply the changes introduced by oid_str onto the current HEAD using git cherry-pick.