VS Code Extensions
Git Plus+

Git Plus+

by ypdev

A fast, powerful Git client for VS Code — commit graph, blame, and file history, tuned for large repositories.

Downloads

17

Rating

(0)

Version

0.1.3

Last updated

Jul 10, 2026

A fast, powerful Git client for VS Code — built to stay responsive on large repositories.

Open it from the Git Plus icon in the Activity Bar: the left view manages branches, and double-clicking a branch opens its log in the bottom panel.

Features

  • Commit log with a canvas graph, virtualized for huge histories
  • Branch management — checkout, create, rename, delete, merge, rebase, pull / push, plus tags
  • Blame annotations (right-click a file → Toggle Blame)
  • Side-by-side diff: double-click a changed file to open it in the editor
  • File history and branch / commit compare
  • Filters by branch, author, path, date, and text

Usage

  • Branches (left): manage branches; double-click a branch to open its log.
  • Git Log (bottom panel): commit list + graph on the left, changed files and the commit message on the right. Right-click a commit for actions; double-click a file to open its diff in the editor.
  • Commands (Command Palette → "Git Plus: …"): Refresh, Branches, Compare with Branch, File History, Toggle Blame.

Related extensions