mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 05:46:17 +00:00
Update cheatsheets
This commit is contained in:
21
git-sizer
Normal file
21
git-sizer
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
|
||||
- Report all statistics:
|
||||
|
||||
`git sizer -v`
|
||||
|
||||
- See additional options:
|
||||
|
||||
`git sizer -h`
|
||||
Reference in New Issue
Block a user