Software Engineer is(should be) a most efficient Problem Solver.
Powershell command:
(git worktree list) | Select-Object -Skip 1 | ForEach-Object { $path = ($_ -split ' ')[0] git worktree remove --force "$path" } git worktree prune