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>
332 B
332 B
git update-index
Git 색인을 조작하기 위한 명령어. 더 많은 정보: https://git-scm.com/docs/git-update-index.
- 수정된 파일이 변경되지 않은 것처럼 가장하기 (
git status
에서 변경 사항으로 표시되지 않음):
git update-index --skip-worktree {{경로/대상/수정된_파일}}