Skip to content

marcopierobon/gitGraphy

Repository files navigation

GitGraphy

Build Status Marketplace Version

Description

Visualize statistics of your git repository directly within Visual Studio Code.

Main Features

  • 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)

How to use the extension

  1. Open the Command Palette via the shortcut specific to your OS:
  • on OSX: Press ⇧⌘P (aka SHIFT+CMD+P)
  • on Windows: Press Ctrl+Shift+P then type
  1. Then type: GitGraphy:. At this point you should see the available graphs listed.

  2. 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.

Output samples

Git Graphy: View Largest files on the EF core repo

Big files output

Git Graphy: View Commits Per File on the EF core repo

commits per files output

Git Graphy: View the files with the most contributors on the oidc angular repo

contributors per files output

License

Started as a copy of simple-git-stats https://github.com/HoangNguyen17193/vscode-simple-git-stats

MIT License

About

Build graphs from git history

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •