1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00
tldr/pages.ko/common/git-count-objects.md
코드싸이 0819a11434
git-*: add and update Korean translation (#14031)
* git-a*: add and update Korean translation

* git-b*: add and update Korean translation

* git-*: add and update Korean translation

* Update git-standup.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-08 00:22:02 +09:00

568 B

git count-objects

풀리지 않은 객체의 수와 디스크 사용량을 계산. 더 많은 정보: https://git-scm.com/docs/git-count-objects.

  • 모든 객체를 계산하고 총 디스크 사용량 표시:

git count-objects

  • 모든 객체의 수와 총 디스크 사용량을 계산하여 사람이 읽기 쉬운 단위로 표시:

git count-objects --human-readable

  • 더 자세한 정보 표시:

git count-objects --verbose

  • 더 자세한 정보를 사람이 읽기 쉬운 단위로 표시:

git count-objects --human-readable --verbose