Team Conventions
Use conventions that keep worktree names and cleanup behavior predictable.
Naming
feature/<topic>for feature workfix/<topic>for bug fixeschore/<topic>for maintenance
Source Branch
Set a shared default source branch during setup:
worktree config defaultSourceBranch origin/mainCleanup Habit
Run periodic cleanup:
worktree cleanupLast updated on