I'm looking for some good tools/scripts that allow me to generate a few statistics from a git repository. I've seen this feature on some code hosting sites, and they contained information like...
Basically I just want to get an idea how much my project grows over time, which developer commits most code, and so on.
On GitHub.com, navigate to the main page of the repository. Under your repository name, click Insights.
Finding your recent activityUnder "Recent activity", you can preview up to 4 recent updates made in the last two weeks. Open issues and pull requests appear in the recent activity section when: You have opened an issue or pull request.
commits per author
git shortlog -s -n
Beside GitStats (git history statistics generator) mentioned by xyld, written in Python and requiring Gnuplot for graphs, there is also
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With