tldr/pages.tr/common/git-count-objects.md

21 lines
586 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# git count-objects
> Paketlenmemiş cisimlerin miktarını ve disk tüketimlerini hesapla.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-count-objects>.
- Tüm cisimleri say ve toplam disk tüketimlerini görüntüle:
`git count-objects`
- Tüm cisimleri say ve toplam disk tüketimlerini insanların okuyabileceği biçimde görüntüle:
`git count-objects --human-readable`
- Daha fazla ayrıntı görüntüle:
`git count-objects --verbose`
- Daha fazla ayrıntıyı insanların okuyabileceği biçimde görüntüle:
`git count-objects --human-readable --verbose`