View on GitHub

Git-stats

Tiny script to generate git statistics (who did what)

Download this project as a .zip file Download this project as a tar.gz file

git-stats

Simply execute the bash script in a Git folder, to have a summary of statistics per author.

Example

$ git-stats.sh
git-stats.sh: do statistics on this git repository.
From https://github.com/Naereen/git-stats/.

Number of commits per author:
  - 33 : Superman
  - 4  : Batman

Statistics for: Superman
------------------------
- Number of files changed: 31
- Number of lines added: 5144
- Number of lines deleted: 972
- Number of merges: 0

Statistics for: Batman
----------------------
- Number of files changed: 9
- Number of lines added: 374
- Number of lines deleted: 3
- Number of merges: 0

License

MIT Licensed.

Analytics