pub fn remove_worktree( repo_path: &Path, worktree_path: &Path, branch: &str, ) -> Result<()>
git worktree remove --force {path} then git branch -d {branch}
git worktree remove --force {path}
git branch -d {branch}