Git commit stats
To get a quick overview of how many commits each developer has made:
git shortlog -s -n
Obviously, it shouldn’t be used as a metric of quality, just activity.
To get a quick overview of how many commits each developer has made:
git shortlog -s -n
Obviously, it shouldn’t be used as a metric of quality, just activity.