I'm new to git and I need to analyze a git repository thus is there any way to find the top largest directories in a git repository (newest version) and can we find the commit times of each developer by time range and short them from high to low? Thank you very much.
Asked
Active
Viewed 85 times
1 Answers
1
You should have a look at some statistical tools for git
. To list a few:
- GitStats, written in Python and requiring Gnuplot for graphs
- GitStat (not the same as the previous one, it has no 's'!)
- pepper - a repository statistics and report tool
- Gitdm (the "git data miner")
- gitinspector

Yannick Blondeau
- 9,465
- 8
- 52
- 74