I am wondering if there is a tool to extract git i...
# random
d
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
If those aren’t useful to you, consider writing your own shell script that parses
git log
output
d
thanks!