diff --git a/pages/common/gitstats.md b/pages/common/gitstats.md new file mode 100644 index 000000000..470c00509 --- /dev/null +++ b/pages/common/gitstats.md @@ -0,0 +1,12 @@ +# gitstats + +> Git repository statistics generator. +> More information: . + +- Generate statistics for a local repository: + +`gitstats {{path/to/gitrepo/.git}} {{path/to/output_folder}}` + +- View generated statistics in a web browser: + +`xdg-open {{path/to/output_folder/index.html}}`