add git stats
This commit is contained in:
parent
0d30d8627c
commit
4506abaf0b
1 changed files with 5 additions and 0 deletions
5
git-stats.sh
Executable file
5
git-stats.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius
|
||||
# 2023-09-22
|
||||
|
||||
git log | grep ^Author | sort | uniq -c | sort
|
Loading…
Reference in a new issue