pub fn create_worktree( repo_path: &Path, branch: &str, base_branch: &str, ) -> Result<PathBuf>
git worktree add -b {branch} {path} {base_branch}