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