Files
tldr/pages.fr/common/git-sizer.md
2021-05-01 12:49:31 -04:00

17 lines
438 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git sizer
> Calcule diverses métriques de taille de dépôt Git et vous alerte de tout ce qui pourrait causer des problèmes ou des inconvénients.
> Plus d'informations : <https://github.com/github/git-sizer>.
- Signaler uniquement les statistiques dont le niveau de préoccupation est supérieur à 0 :
`git sizer`
- Signaler toutes les statistiques :
`git sizer -v`
- Afficher les options additionnelles :
`git sizer -h`