We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b849fbd commit 2edc2d4Copy full SHA for 2edc2d4
book/10-git-internals/sections/plumbing-porcelain.asc
@@ -35,7 +35,7 @@ refs/
35
`info` 目录包含一个全局性排除(global exclude)文件(((excludes))),用以放置那些不希望被记录在 .gitignore 文件中的忽略模式(ignored patterns)。
36
`hooks` 目录包含客户端或服务端的钩子脚本(hook scripts),在 <<_git_hooks>> 中这部分话题已被详细探讨过。
37
38
-剩下的四个条目很重要:`HEAD` 文件、`index` 文件(此处并未创建),和 `objects` 目录、`refs` 目录。
+剩下的四个条目很重要:`HEAD` 文件、(尚待创建的)`index` 文件,和 `objects` 目录、`refs` 目录。
39
这些条目是 Git 的核心组成部分。
40
`objects` 目录存储所有数据内容;`refs` 目录存储指向数据(分支)的提交对象的指针;`HEAD` 文件指示目前被检出的分支;`index` 文件保存暂存区信息。
41
我们将详细地逐一检视这四部分,以期理解 Git 是如何运转的。
0 commit comments