mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
0819a11434
* 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>
402 B
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}} {{경로/대상/파일}}