From 40c7bc1e6a921b7ef6d6bd87032db2e2247b3ee8 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 19 May 2021 15:43:48 +0100 Subject: [PATCH] git-count: add page (#5970) --- pages/common/git-count.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/git-count.md diff --git a/pages/common/git-count.md b/pages/common/git-count.md new file mode 100644 index 000000000..6bae40b7a --- /dev/null +++ b/pages/common/git-count.md @@ -0,0 +1,13 @@ +# git count + +> Print the total number of commits. +> Part of `git-extras`. +> More information: . + +- Print the total number of commits: + +`git count` + +- Print the number of commits per contributor and the total number of commits: + +`git count --all`