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

332 B

git update-index

Git 색인을 조작하기 위한 명령어. 더 많은 정보: https://git-scm.com/docs/git-update-index.

  • 수정된 파일이 변경되지 않은 것처럼 가장하기 (git status에서 변경 사항으로 표시되지 않음):

git update-index --skip-worktree {{경로/대상/수정된_파일}}