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:
16
pages.ko/common/git-verify-pack.md
Normal file
16
pages.ko/common/git-verify-pack.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git verify-pack
|
||||
|
||||
> Git 압축 아카이브 파일 검증.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-verify-pack>.
|
||||
|
||||
- Git 압축 아카이브 파일 검증:
|
||||
|
||||
`git verify-pack {{경로/대상/pack-file}}`
|
||||
|
||||
- Git 압축 아카이브 파일을 검증하고 자세한 정보 표시:
|
||||
|
||||
`git verify-pack --verbose {{경로/대상/pack-file}}`
|
||||
|
||||
- Git 압축 아카이브 파일을 검증하고 통계만 표시:
|
||||
|
||||
`git verify-pack --stat-only {{경로/대상/pack-file}}`
|
Reference in New Issue
Block a user