Install (neo) Git Graph from VS Code Marketplace or Open VSX Registry
(neo) Git Graph is available on both the VS Code Marketplace and Open VSX Registry, making it accessible in Visual Studio Code, VSCodium, and other VS Code-compatible editors.
If Git is not installed, download it from git-scm.com.
If you’re using a portable Git installation, configure the git.path setting in VS Code to point to your Git executable (e.g., C:\\Program Files\\Git\\bin\\git.exe on Windows).
The extension works out of the box with sensible defaults. You can customize it by opening Settings (Ctrl+, or Cmd+,) and searching for neo-git-graph.Some useful initial settings:
settings.json
{ // Show Git Graph button in status bar "neo-git-graph.showStatusBarItem": true, // Number of commits to load initially "neo-git-graph.initialLoadCommits": 300, // Show uncommitted changes in the graph "neo-git-graph.showUncommittedChanges": true, // Date format preference "neo-git-graph.dateFormat": "Date & Time"}