mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:02:07 +02:00

* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
12 lines
371 B
Markdown
12 lines
371 B
Markdown
# gitstats
|
|
|
|
> Git repository statistics generator.
|
|
> More information: <https://gitstats.sourceforge.net>.
|
|
|
|
- Generate statistics for a local repository:
|
|
|
|
`gitstats {{path/to/git_repo/.git}} {{path/to/output_folder}}`
|
|
|
|
- View generated statistics in a web browser on Windows (PowerShell)/macOS/Linux:
|
|
|
|
`{{Invoke-Item|open|xdg-open}} {{path/to/output_folder/index.html}}`
|