Skip to content

Commit

Permalink
fix issuse 1
Browse files Browse the repository at this point in the history
  • Loading branch information
521xueweihan committed Jul 28, 2016
1 parent 7cb101a commit 5545216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Git是一个“分布式版本管理工具”,简单的理解版本管理工
* [展示帮助信息](#展示帮助信息)
* [回到远程仓库的状态](#回到远程仓库的状态)
* [重设第一个commit](#重设第一个commit)
* [展示工作区和最近版本的不同](#展示工作区和最近版本的不同)
* [展示工作区和暂存区的不同](#展示工作区和暂存区的不同)
* [展示暂存区和最近版本的不同](#展示暂存区和最近版本的不同)
* [展示暂存区、工作区和最近版本的不同](#展示暂存区、工作区和最近版本的不同)
* [快速切换分支](#快速切换分支)
Expand Down Expand Up @@ -101,8 +101,8 @@ git fetch --all && git reset --hard origin/master
git update-ref -d HEAD
```

## 展示工作区和最近版本的不同
输出**工作区**和本地中最近的版本(commit)的different(不同)。
## 展示工作区和暂存区的不同
输出**工作区****暂存区**的different(不同)。
```sh
git diff
```
Expand Down

0 comments on commit 5545216

Please sign in to comment.