add new chinese translations
This commit is contained in:
8
pages.zh/common/git-update-index.md
Normal file
8
pages.zh/common/git-update-index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# git update-index
|
||||
|
||||
> 用于操作索引的 Git 命令。
|
||||
> 更多信息:<https://git-scm.com/docs/git-update-index>。
|
||||
|
||||
- 假装一个已修改的文件没有改变(`git status` 不会将其显示为已更改):
|
||||
|
||||
`git update-index --skip-worktree {{path/to/modified_file}}`
|
Reference in New Issue
Block a user