git-worktree(1) =============== NAME ---- git-worktree - Manage multiple worktrees SYNOPSIS -------- [verse] 'git worktree prune' [-n] [-v] [--expire ] DESCRIPTION ----------- Manage multiple worktrees attached to the same repository. These are created by the command `git checkout --to`. COMMANDS -------- prune:: Prune working tree information in $GIT_DIR/worktrees. OPTIONS ------- -n:: --dry-run:: Do not remove anything; just report what it would remove. -v:: --verbose:: Report all removals. --expire