Visualize statistics of your git repository directly within Visual Studio Code.
- View commits by author as a pie chart (based on chartjs)
- View number of commits per file as a bar (based on chartjs)
- Display the biggest files in the repo (based on chartjs)
- Open the Command Palette via the shortcut specific to your OS:
- on OSX: Press
⇧⌘P(akaSHIFT+CMD+P) - on Windows: Press
Ctrl+Shift+Pthen type
-
Then type:
GitGraphy:. At this point you should see the available graphs listed. -
Finally, select one of the existing commands (listed below)
| Command | Description |
|---|---|
GitGraphy: View Commits |
View Commit Chart by author. |
GitGraphy: View Commits Per File |
View Commit Chart per file. |
GitGraphy: View Largest files |
Show the largest files in the repository. |
GitGraphy: View the files with the most contributors |
Show the files with the most contributors in the repository. |
Started as a copy of simple-git-stats https://github.com/HoangNguyen17193/vscode-simple-git-stats


