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 4d4e51b commit 20400e6Copy full SHA for 20400e6
book/07-git-tools/sections/submodules.asc
@@ -94,7 +94,7 @@ index 0000000..c3f01dc
94
----
95
96
虽然 `DbConnector` 是工作目录中的一个子目录,但 Git 还是会将它视作一个子模块。当你不在那个目录中时,Git 并不会跟踪它的内容,
97
-而是将它看作该仓库中的一个特殊提交。
+而是将它看作子模块仓库中的某个具体的提交。
98
99
如果你想看到更漂亮的差异输出,可以给 `git diff` 传递 `--submodule` 选项。
100
0 commit comments