Choose the destination
Enter the directory where Git should create the additional working tree.
Choose an operation, configure its options, and get a validated, explained, ready-to-copy command. Everything stays in your browser.
Start with a preset or build any common Git worktree operation, then copy the command or share the configured URL.
Choose an operation
What will happen?
Creates feature/auth from main inside ../feature-auth.
git worktree add -b feature/auth ../feature-auth main Useful next commands
cd ../feature-authgit worktree listgit worktree remove ../feature-authWorktreeWise equivalent
Create a Git Worktree
Complete this operation visually without memorizing flags.
Open the matching documentation →Enter the directory where Git should create the additional working tree.
Create a new branch, use an existing one, or work from a detached commit.
Review the generated command, copy it, and run it from your repository.
WorktreeWise creates and manages worktrees, hooks, workflows, and isolated environments from one interface.