Join Slack
Powered by
I am wondering if there is a tool to extract git i...
# random
d
diego-gomez-olvera
02/11/2020, 1:35 PM
I am wondering if there is a tool to extract git info regarding the files added/removed over time by type. I have tried
https://github.com/tomgi/git_stats
but it has either one or the other, but not both
m
Matteo Mirk
02/11/2020, 2:24 PM
try these tools:
https://github.com/ejwa/gitinspector
https://github.com/src-d/hercules
👍 1
Matteo Mirk
02/11/2020, 2:33 PM
If those aren’t useful to you, consider writing your own shell script that parses
git log
output
d
diego-gomez-olvera
02/11/2020, 3:32 PM
thanks!
2
Views
Open in Slack
Previous
Next