Isolate sessions with worktrees
A worktree lets Nova work on a separate branch and directory without changing the project directory where you started. It is useful for a risky experiment, a focused fix, or parallel changes.Start an isolated session
Review and integrate the work
- Inspect the worktree’s status, diff, and validation output.
- Commit or transfer only the changes you intend to keep.
- Use
nova worktrees --helpto inspect the supported management operations.
