GitChart is a tool to generate statistics about Git repositories. The application utilizes Grit for its Git interface, and Google Charts for graphing the results.

installation

To install GitChart, make sure you have RubyGems installed. Then, just run this command:

sudo gem install gitchart

usage

Once you have GitChart installed, just change directory to a Git repository in your terminal and run:

git-chart

There are some optional configuration options that can be provided.

git-chart _repository_ _branch_ _chartsize_ _3d_
The options’ explanations: