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`