Gangmax Blog

gitstats

GitStats is a statistics generator for git repositories. It examines the repository and produces some interesting statistics from the history of it.

From here and here.

  1. Download source code
1
git clone https://github.com/hoxu/gitstats.git
  1. Make sure you have the following dependencies installed

    • git

    • Python 2.7 (pyenv local 2.7.13)

    • gnuplot “sudo apt-get install gnuplot”

  2. Run the tool to generate git statistics data

1
./gitstats ~/code/project ~/temp/report

Comments