Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Branch CompareNew to Visual Studio Code? Get it now.
Branch Compare

Branch Compare

CodexDebayan

|
102 installs
| (1) | Free
Compare Git branches inside VS Code with a rich dashboard inspired by Bitbucket and GitHub.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Branch Compare

Compare Git branches inside VS Code — without the context switching.

A focused dashboard for reviewing ahead/behind status, commits, and file diffs across all your local branches.


VS Marketplace Open VSX Version License


📸 Screenshots

Dashboard View

Dashboard Screenshot

Branch Comparison View

Branch Comparison Screenshot


✨ Features

🔀 Branch Overview Compare all local branches against a selected base branch
📊 Ahead / Behind See commit counts at a glance for every branch
🕐 Commit Info View latest commit author, message, and timestamp
🔍 Search & Sort Find branches fast with built-in filtering
📂 File Diffs Inspect changed files between branches or specific commits
🔎 Commit Drill-down Explore file-level changes per commit from the dashboard

📦 Install

Available on both registries — pick the one that matches your editor.

Editor Registry Link
VS Code VS Code Marketplace Install →
VSCodium / Gitpod / Theia Open VSX Registry Install →

Via VS Code UI

  1. Open Extensions — Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS)
  2. Search Branch Compare
  3. Click Install

Via CLI

# VS Code
code --install-extension codexdebayan.branch-compare

# VSCodium
codium --install-extension codexdebayan.branch-compare

🚀 Getting Started

Open the Dashboard

Method Action
Command Palette Branch Compare: Open Dashboard
Keyboard shortcut Ctrl+Alt+B (Windows/Linux) · Cmd+Alt+B (macOS)

The command is available when a folder or workspace with a Git repository is open.

Workflow

  1. Open a Git repository in VS Code
  2. Launch Branch Compare: Open Dashboard
  3. Select the base branch to compare against
  4. Browse the branch list — ahead/behind counts and latest commit info are shown inline
  5. Click any branch to open the detailed comparison view
  6. Explore changed files and launch VS Code diff views directly from the panel

📋 Requirements

  • Git must be installed and available on your system PATH
  • A folder or workspace with at least one Git repository must be open
  • Diff views use temporary snapshots prepared by the extension — no changes are made to your working tree

Made with ❤️ by codexdebayan

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