Skip to content

Commit 2edc2d4

Browse files
committed
Improve Translation
"yet to be created" translated to "尚待创建的". See #59 (comment)
1 parent b849fbd commit 2edc2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/plumbing-porcelain.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ refs/
3535
`info` 目录包含一个全局性排除(global exclude)文件(((excludes))),用以放置那些不希望被记录在 .gitignore 文件中的忽略模式(ignored patterns)。
3636
`hooks` 目录包含客户端或服务端的钩子脚本(hook scripts),在 <<_git_hooks>> 中这部分话题已被详细探讨过。
3737

38-
剩下的四个条目很重要:`HEAD` 文件、`index` 文件(此处并未创建),和 `objects` 目录、`refs` 目录。
38+
剩下的四个条目很重要:`HEAD` 文件、(尚待创建的)`index` 文件,和 `objects` 目录、`refs` 目录。
3939
这些条目是 Git 的核心组成部分。
4040
`objects` 目录存储所有数据内容;`refs` 目录存储指向数据(分支)的提交对象的指针;`HEAD` 文件指示目前被检出的分支;`index` 文件保存暂存区信息。
4141
我们将详细地逐一检视这四部分,以期理解 Git 是如何运转的。

0 commit comments

Comments
 (0)