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 b1272ef commit 63e5b9aCopy full SHA for 63e5b9a
book/10-git-internals/sections/maintenance.asc
@@ -49,7 +49,7 @@ cac0cab538b970a37ea1e769cbbde608743bc96d refs/tags/v1.0
49
----
50
51
如果你更新了引用,Git 并不会修改这个文件,而是向 `refs/heads` 创建一个新的文件。
52
-为了获得给一个引用的正确的 SHA,Git 会首先在 `refs` 目录中查找指定的引用,然后再到 `packed-refs` 文件中查找。
+为了获得指定引用的正确 SHA 值,Git 会首先在 `refs` 目录中查找指定的引用,然后再到 `packed-refs` 文件中查找。
53
所以,如果你在 `refs` 目录中找不到一个引用,那么它或许在 `packed-refs` 文件中。
54
55
注意这个文件的最后一行,它会以 `^` 开头。
0 commit comments