Skip to main content

worktree_remove

Function worktree_remove 

Source
pub fn worktree_remove(dir: &Path, path: &Path, force: bool) -> Result<()>
Expand description

Remove a worktree synchronously (git worktree remove [--force] <path>).