From 4506abaf0bc13ad36a722581019e9608b6c9380f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 22 Sep 2023 18:10:52 +0200 Subject: [PATCH] add git stats --- git-stats.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 git-stats.sh diff --git a/git-stats.sh b/git-stats.sh new file mode 100755 index 0000000..57b6d53 --- /dev/null +++ b/git-stats.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# Nico Schottelius +# 2023-09-22 + +git log | grep ^Author | sort | uniq -c | sort