From 88ad72d42ec8e807e54bf240da20f22c327ab0b8 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Thu, 6 Sep 2018 12:36:22 +0200 Subject: [PATCH] script: count commits --- count_commits.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 count_commits.sh diff --git a/count_commits.sh b/count_commits.sh new file mode 100644 index 0000000..685c0ac --- /dev/null +++ b/count_commits.sh @@ -0,0 +1,2 @@ +#/usr/bin/env bash +git rev-list HEAD --count