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

|
4 installs
| (0) | 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 with a dashboard focused on day-to-day review work.

Install

Get it now -> Install from the VS Code Marketplace

VS Code UI

  1. Open Extensions (Ctrl + Shift + X)
  2. Search Branch Compare
  3. Click Install

CLI

code --install-extension codexdebayan.branch-compare

What It Does

Branch Compare helps you pick a base branch, then see how every other branch differs from it without leaving VS Code.

How To Open

Open the dashboard in either of these ways:

  • Command Palette: run Branch Compare: Open Dashboard
  • Keyboard shortcut: Windows / Linux Ctrl+Alt+B, macOS Cmd+Alt+B

The command is available when a folder or workspace is open in VS Code.

User Guide

  1. Open a Git repository in VS Code.
  2. Launch Branch Compare: Open Dashboard.
  3. Choose the base branch you want to compare against.
  4. Browse the branch list to see ahead/behind status and latest commit details.
  5. Select a branch to open the detailed comparison view.
  6. Use the built-in diff actions to inspect changed files between branches or commits.

Features

  • Compare all local branches against one selected base branch
  • View ahead/behind counts for each branch
  • See latest commit author, message, and timestamp at a glance
  • Search and sort branches to find work quickly
  • Open a detailed comparison view with summary, commits, and changed files
  • Launch VS Code diff views for branch-to-branch file comparisons
  • Drill into commit-level file changes from the dashboard

Screenshots

Below are screenshots of the Branch Compare extension in action:

Dashboard View

Dashboard Screenshot

Branch Comparison View

Branch Comparison Screenshot

Notes

Notes:

  • Git must be installed and available on your system PATH.
  • Diff views are opened inside VS Code using temporary snapshots prepared by the extension.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft