1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

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}}`