mirror of https://github.com/CrimsonTome/tldr.git
17 lines
373 B
Markdown
17 lines
373 B
Markdown
|
# git sizer
|
||
|
|
||
|
> Calcola varie metriche dimensionali su repository Git e avvisa quando i loro valori rilevano problematicità.
|
||
|
> Maggiori informazioni: <https://github.com/github/git-sizer>.
|
||
|
|
||
|
- Mostra solo le statistiche che hanno un livello di rischio maggiore di 0:
|
||
|
|
||
|
`git sizer`
|
||
|
|
||
|
- Mostra tutte le statistiche:
|
||
|
|
||
|
`git sizer -v`
|
||
|
|
||
|
- Mostra opzioni aggiuntive:
|
||
|
|
||
|
`git sizer -h`
|