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>
This commit is contained in:
20
pages.ko/common/git-count-objects.md
Normal file
20
pages.ko/common/git-count-objects.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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`
|
Reference in New Issue
Block a user