Skip to main content

git_cherry_pick

Function git_cherry_pick 

Source
pub fn git_cherry_pick(
    repo_path: String,
    commit_hash: String,
    auto_stash: bool,
) -> Result<String, GitError>