git-fame-rb
git-fame-rb copied to clipboard
Is it possible to show how many lines a person subtracted as opposed to added?
I want to show the amount of lines a person cut down from a file over a given period across commits, is that a thing I can do?
Thanks!
you can do this with fame
using NPM instead of rb:
https://github.com/ORESoftware/fame
it does it by default
thanks!