mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00

* git-send-email: add it translation * git-shortlog: add it translation * git-show-branch: add it translation * git-show-ref: add it translation * git-show: add it translation * git-svn: add it translation * git-sizer: add it translation * git-stage: add it translation * git-status: add it translation * git-stash: add it translation * git-submodule: add it translation * git-subtree: add it translation * git-switch: add it translation * git-tag: add it translation * git-update-ref: add it translation * git-worktree: add it translation * Use snake case for tokens
16 lines
373 B
Markdown
16 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`
|