tldr/pages.ko/common/git-show-index.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

402 B

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}} {{경로/대상/파일}}