1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:06:02 +02:00

git-sizer: add page (#2021)

This commit is contained in:
Kevin Liu 2018-03-11 10:33:02 -04:00 committed by Starbeamrainbowlabs
parent 9c2b975e5e
commit d4649c613d

15
pages/common/git-sizer.md Normal file
View file

@ -0,0 +1,15 @@
# git sizer
> Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience.
- Report only statistics that have a level of concern greater than 0:
`git sizer`
- Report all statistics:
`git sizer -v`
- See additional options:
`git sizer -h`