Sync setup.copy files to all worktrees.
docktree sync [flags]
Copies files declared in setup.copy from the main repo to all worktrees where they are stale (different or missing). Skips worktrees that are currently running.
| Flag | Description |
|---|---|
--dry-run | Show what would be synced without copying |
--force | Sync without confirmation prompt |
docktree sync
docktree sync --dry-run
docktree sync --force