Skip to content

Commit e4db22a

Browse files
committed
fix:书写错误->Git篇
1 parent 787c319 commit e4db22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/Git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Git 有三种状态,你的文件可能处于其中之一:
112112
2. **已修改(modified)**:已修改表示修改了文件,但还没保存到数据库中。
113113
3. **已暂存(staged)**:表示对一个已修改文件的当前版本做了标记,使之包含在下次提交的快照中。
114114

115-
由此引入 Git 项目的三个工作区域的概念:**Git 仓库(.git directoty) ****工作目录(Working Directory)** 以及 **暂存区域(Staging Area)**
115+
由此引入 Git 项目的三个工作区域的概念:**Git 仓库(.git directoty)****工作目录(Working Directory)** 以及 **暂存区域(Staging Area)**
116116

117117
<div align="center">
118118
<img src="https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3areas.png" width="500px"/>

0 commit comments

Comments
 (0)