1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages.ko/common/gitstats.md
2024-10-23 10:39:45 +05:30

12 lines
401 B
Markdown

# gitstats
> Git 레포지토리 통계 생성기.
> 더 많은 정보: <https://gitstats.sourceforge.net>.
- 로컬 저장소에 대한 통계를 생성:
`gitstats {{경로/대상/git_레포/.git}} {{경로/대상/출력_폴더}}`
- Windows (PowerShell)/macOS/Linux의 웹 브라우저에서 생성된 통계를 보기:
`{{Invoke-Item|open|xdg-open}} {{경로/대상/출력_폴더/index.html}}`