Add git alias for counting commits
This commit is contained in:
parent
7216c1c167
commit
a3c58ceff5
|
@ -33,6 +33,9 @@
|
||||||
|
|
||||||
# Print last commit's hash
|
# Print last commit's hash
|
||||||
hash = "log -1 --format='%H'";
|
hash = "log -1 --format='%H'";
|
||||||
|
|
||||||
|
# Count the number of commits
|
||||||
|
count = "rev-list --count --all";
|
||||||
};
|
};
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue