Skip to main content

remove_worktree_safe

Function remove_worktree_safe 

Source
pub fn remove_worktree_safe(
    worktree_path: &Path,
    repo: &Path,
    force: bool,
) -> Result<()>
Expand description

Remove a git worktree with platform-safe fallback.