garden remove
Remove a cloned repository
garden remove <path>Unmount a repository’s virtual filesystem and clean up all of its local state: the mount, working directory, and cached data.
A checkout that has worktrees can’t be removed until they are (they share its history) — remove them first with ‘garden worktree remove’, or ‘garden worktree list’ to see them.
| Flag | Type | Default | Description |
|---|---|---|---|
--target |
string | — | Garden backend to talk to (prod|dev); defaults to the checkout’s own target |