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:
12
pages.ko/common/git-show-index.md
Normal file
12
pages.ko/common/git-show-index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# git show-index
|
||||
|
||||
> Git 저장소의 패키지된 아카이브 색인 표시.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-show-index>.
|
||||
|
||||
- Git 패키지 파일의 IDX 파일을 읽고 내용을 `stdout`에 덤프:
|
||||
|
||||
`git show-index {{경로/대상/파일.idx}}`
|
||||
|
||||
- 색인 파일의 해시 알고리즘 지정 (실험적):
|
||||
|
||||
`git show-index --object-format={{sha1|sha256}} {{경로/대상/파일}}`
|
Reference in New Issue
Block a user