Git Go
A visual git graph explorer for VS Code. Browse branches, stashes, and commits with an interactive graph.
May 2026Screenshots



Links
Description
Git Go is a VS Code extension that visualizes and manages your git history with an interactive commit graph.
- View branches, merges, stashes, and uncommitted changes in real time.
- Manage branches, stashes, tags, and common git actions directly from the graph.
- Explore changed files and open side-by-side diffs for any commit or stash.
Git Go is a VS Code extension built with TypeScript, React, TanStack Query, and Tailwind CSS. The webview panel renders an SVG commit graph. The extension communicates with git via child processes and watches for repository changes with the VS Code git API.