mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:46:02 +02:00
git-sizer: add page (#2021)
This commit is contained in:
parent
9c2b975e5e
commit
d4649c613d
1 changed files with 15 additions and 0 deletions
15
pages/common/git-sizer.md
Normal file
15
pages/common/git-sizer.md
Normal 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`
|
Loading…
Add table
Reference in a new issue