A clean-room reimplementation of the Git Graph concept, rebuilt from scratch with modern improvements — commit graph visualization with git actions, plus worktree management, glob search filters, an enhanced reset UI, and fetch --prune.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A clean-room reimplementation of the Git Graph concept, rebuilt from scratch with modern improvements. Not derived from the original source code.
A VS Code / Cursor extension that visualizes your commit graph and lets you run git actions directly from it.
Usage
Click Git Scope in the left side of the status bar, or use Command Palette (Cmd+Shift+P) → Git Scope: View Git Graph.
Features
Commit graph: branch lanes & colors, local/remote/tag badges (combined branch | origin badges), HEAD indicator, incremental loading on scroll, line highlighting on hover/click
Commit details: inline expansion below the row, changed files as an icon-themed tree or flat list with (+added | -removed) line stats, click to open diffs, commit comparison via Ctrl/Cmd+click