nick 8 years ago
parent
commit
cea09da3bb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      git.md

+ 3 - 1
git.md

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