nsbin/git-stats.sh

6 lines
91 B
Bash
Raw Normal View History

2023-09-22 16:10:52 +00:00
#!/bin/sh
# Nico Schottelius
# 2023-09-22
git log | grep ^Author | sort | uniq -c | sort