Gitstats is a command line tool that generates statistics from git repositories. It is written in Go and is available for Linux, Windows and Mac OS X. The tool shows the number of commits to your local git repository similar to how github shows commit stats on your profile page.
- Download the repo
- Naviate to the repo directory
- Run the following command
go install
gitstats path/to/repo [email protected]
- the path to the repo is not required, it defaults to the current path
- to set a default email in the config file ~/.gitstats add the following line
email="[email protected]"