gitstats: add page (#13779)

This commit is contained in:
UnknownSuperficialNight 2024-09-25 07:57:29 +12:00 committed by GitHub
parent 6f1be2f15e
commit 90304cb6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
pages/common/gitstats.md Normal file
View File

@ -0,0 +1,12 @@
# gitstats
> Git repository statistics generator.
> More information: <https://gitstats.sourceforge.net>.
- 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}}`