GitStats is a statistics generator for git repositories. It examines the repository and produces some interesting statistics from the history of it.
- Download source code
1 | git clone https://github.com/hoxu/gitstats.git |
Make sure you have the following dependencies installed
git
Python 2.7 (pyenv local 2.7.13)
gnuplot “sudo apt-get install gnuplot”
Run the tool to generate git statistics data
1 | ./gitstats ~/code/project ~/temp/report |