1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:26:02 +02:00

git-update-index: add page (#3911)

This commit is contained in:
Randy Sugianto (Yuku) 2020-03-18 12:56:11 +08:00 committed by GitHub
parent a671c64bb4
commit 60a7b9bf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
# git update-index
> Git command for manipulating the index.
> More information: <https://git-scm.com/docs/git-update-index>.
- Pretend that a modified file is unchanged (`git status` will not show this as changed):
`git update-index --skip-worktree {{path/to/modified_file}}`