Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Parallel BranchNew to Visual Studio Code? Get it now.
Parallel Branch

Parallel Branch

Abbass Jaber

|
3 installs
| (0) | Free
Open Git branches in separate VS Code windows using worktrees
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Parallel Branch

Open Git branches in separate VS Code windows using Git worktrees.

Features

  • Open Branch in New Window – Pick any branch (local or remote) and open it in a new window. Creates a worktree automatically if one doesn't exist.
  • Manage Worktrees – List all worktrees, open them in a new window, or remove them.
  • Prune Worktrees – Clean up references to removed worktrees.

Installation

  1. Open VS Code (or Cursor)
  2. Press Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS) to open Extensions
  3. Search for Parallel Branch
  4. Click Install

Or install from the command line:

code --install-extension AbbassJaber.parallel-branch

Usage

Open Branch in New Window

  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run Parallel Branch: Open Branch in New Window
  3. Select a branch from the list (local or remote)
  4. The branch opens in a new window, using a worktree if needed

Manage Worktrees

  1. Open the Command Palette
  2. Run Parallel Branch: Manage Worktrees
  3. Select a worktree to open or remove

Prune Worktrees

  1. Open the Command Palette
  2. Run Parallel Branch: Prune Worktrees
  3. Removed worktree references are cleaned up

Configuration

Setting Description Default
parallelBranch.worktreeFolderPattern Pattern for worktree folder names. Use {branch} as placeholder _wt_{branch}
parallelBranch.openAfterCreate Open the worktree in a new window after creating it true
parallelBranch.autoFetch Fetch remote branches before showing the branch list true

Requirements

  • Git 2.5+ (worktree support)
  • VS Code ^1.85.0 (or Cursor)

License

MIT – see LICENSE for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft