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

21 lines
580 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git count-objects
> Paketlenmemiş cisimlerin miktarını ve disk tüketimlerini hesapla.
> Daha fazla bilgi: <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`