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 c6862c2 commit 6b1bef1Copy full SHA for 6b1bef1
book/01-introduction/sections/what-is-git.asc
@@ -86,7 +86,6 @@ Git 有三种状态,你的文件可能处于其中之一: *已提交(commi
86
* 已提交表示数据已经安全地保存在本地数据库中。
87
88
这会让我们的 Git 项目拥有三个阶段:工作区、暂存区以及 Git 目录。
89
-This leads us to the three main sections of a Git project: the working tree, the staging area, and the Git directory.
90
91
.工作目录、暂存区域以及 Git 仓库.
92
image::images/areas.png[工作区、暂存区以及 Git 目录。]
0 commit comments