From 60a7b9bf9f2889ebcf168f374db56c7db61fed9a Mon Sep 17 00:00:00 2001 From: "Randy Sugianto (Yuku)" Date: Wed, 18 Mar 2020 12:56:11 +0800 Subject: [PATCH] git-update-index: add page (#3911) --- pages/common/git-update-index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/git-update-index.md diff --git a/pages/common/git-update-index.md b/pages/common/git-update-index.md new file mode 100644 index 0000000000..12793b2112 --- /dev/null +++ b/pages/common/git-update-index.md @@ -0,0 +1,8 @@ +# git update-index + +> Git command for manipulating the index. +> More information: . + +- Pretend that a modified file is unchanged (`git status` will not show this as changed): + +`git update-index --skip-worktree {{path/to/modified_file}}`