add git stats

This commit is contained in:
Nico Schottelius 2023-09-22 18:10:52 +02:00
parent 0d30d8627c
commit 4506abaf0b
1 changed files with 5 additions and 0 deletions

5
git-stats.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Nico Schottelius
# 2023-09-22
git log | grep ^Author | sort | uniq -c | sort