jog sandbox create, do your work in isolation, then clean it up when you’re done.
Prerequisites
Complete Setup Sandboxes before continuing.1. Create a sandbox
~/.joggr/worktrees/{owner}/{repo}/feat-my-feature, copies any configured files, runs your setup commands, and drops you into an isolated session on that branch. Branch names are normalized (slashes become dashes) for cross-platform and cross-agent compatibility.
2. Work in isolation
You’re now in a full checkout of the repo on your new branch. Your main working directory is untouched.3. Detach sandbox
When you’re done for now, detach without stopping the session:4. Re-attach sandbox
Come back to your sandbox anytime:5. Remove sandbox
When the work is done and merged:--force to override.