补充图解

master
高炳炳 2018-12-26 09:36:48 +08:00
parent c0b9fc77dc
commit 332b8cff04
2 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,7 @@ Git是一个“分布式版本管理工具”简单的理解版本管理工
* [在commit log中查找相关内容](#在commit-log中查找相关内容)
* [把暂存区的指定file放到工作区中](#把暂存区的指定file放到工作区中)
* [强制推送](#强制推送)
* [一图详解](#一图详解)
* [联系我](#联系我)
## 展示帮助信息
@ -544,6 +545,9 @@ git reset <file-name>
git push -f <remote-name> <branch-name>
```
## 一图详解
![](git.png)
## 联系我
- 博客园:[削微寒](http://www.cnblogs.com/xueweihan/)

BIN
git.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB