Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -3,19 +3,19 @@ syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# git sizer
# git-sizer
> Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience.
> More information: <https://github.com/github/git-sizer>.
- Report only statistics that have a level of concern greater than 0:
`git sizer`
`git-sizer`
- Report all statistics:
`git sizer -v`
`git-sizer -v`
- See additional options:
`git sizer -h`
`git-sizer -h`