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.
To install GitChart, make sure you have RubyGems installed. Then, just run this command:
sudo gem install gitchart
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:
true or false; defaults to true.