HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git-sizer — Computes various Git repository size metrics and alerts you to any that might cause problems or inco

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandvariousclisizegit-sizercomputesrepositorygit

Problem

How to use the git-sizer command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/git-sizer

Revisions (0)

No revisions yet.