Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Tiger DiffNew to Visual Studio Code? Get it now.
Tiger Diff

Tiger Diff

guowei

|
2 installs
| (0) | Free
Git diffs/replace, folder compare, first-time Git setup, and SSH remote diff/merge — under a Tiger Diff context menu.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tiger Diff

Lightweight Git comparison extension for VS Code / Cursor.

Features

  1. Diff File with Commit — compare a file with another commit on the current branch
  2. Diff File with Branch — compare a file with the tip of another branch
  3. Replace File with Commit/Branch — overwrite the current file with a commit or branch version
  4. Diff Folder with Branch — list folder changes vs another branch and open file diffs
  5. Diff / Merge with SSH Remote — diff local vs remote, merge either direction, or overwrite upload/download
  6. Configure Git / SSH — set user.name, user.email, pull.rebase, and SSH host mapping

SSH notes

  • Uses local ssh / scp (key-based auth / ssh-agent recommended)
  • Configure via Tiger Diff: Configure SSH Remote or Settings (tigerDiff.ssh.*)
  • Remote path defaults to remoteRoot + relative path from localRoot/workspace

Usage

  • Right-click a file / folder in Explorer
  • Right-click in the editor or tab
  • Command Palette → search Tiger Diff

Development

npm install
npm run compile

Press F5 to launch the Extension Development Host.

Package

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