From e4db22afe97c70d783d5935e0d6edc11a991d90a Mon Sep 17 00:00:00 2001 From: yellowgg Date: Tue, 23 Jul 2019 15:43:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B9=A6=E5=86=99=E9=94=99=E8=AF=AF->Git?= =?UTF-8?q?=E7=AF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tools/Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/Git.md b/docs/tools/Git.md index e58f13b6..37e1f446 100644 --- a/docs/tools/Git.md +++ b/docs/tools/Git.md @@ -112,7 +112,7 @@ Git 有三种状态,你的文件可能处于其中之一: 2. **已修改(modified)**:已修改表示修改了文件,但还没保存到数据库中。 3. **已暂存(staged)**:表示对一个已修改文件的当前版本做了标记,使之包含在下次提交的快照中。 -由此引入 Git 项目的三个工作区域的概念:**Git 仓库(.git directoty) **、**工作目录(Working Directory)** 以及 **暂存区域(Staging Area)** 。 +由此引入 Git 项目的三个工作区域的概念:**Git 仓库(.git directoty)**、**工作目录(Working Directory)** 以及 **暂存区域(Staging Area)** 。
-- GitLab