prepare

Prepare the current worktree's local Docker setup.

Usage

docktree prepare

Runs the setup steps (copy, symlink, run) from docktree.yml for the current worktree without creating a new one. Useful when you've manually added a worktree with git worktree add and need to set up its local environment.

Example

cd ../myproject.worktrees/feature/dark-mode
docktree prepare