This commit is contained in:
nick 2018-05-14 12:37:25 +08:00
parent 0742d37911
commit cea09da3bb

4
git.md
View File

@ -15,7 +15,9 @@ git help config #获取帮助信息
普通操作
```
git status #查看文件状态
git status #查看已添加到暂存区文件状态
git diff #查看未添加暂存区文件状态
git add file #添加文件