script: count commits

This commit is contained in:
MorganGeek 2018-09-06 12:36:22 +02:00
parent bc84f37dd8
commit 88ad72d42e

2
count_commits.sh Normal file
View File

@ -0,0 +1,2 @@
#/usr/bin/env bash
git rev-list HEAD --count