📝 Writing docs.

This commit is contained in:
Zhang Peng 2017-12-09 11:34:27 +08:00
parent 67626af02f
commit 6d41ebbbef
2 changed files with 9 additions and 3 deletions

View File

@ -184,7 +184,7 @@ $ git config --global user.email johndoe@example.com
在这里你可以找到很多常用的模板Java、Nodejs、C++ 的 `.gitignore` 模板等等。 在这里你可以找到很多常用的模板Java、Nodejs、C++ 的 `.gitignore` 模板等等。
## 使用 ## 命令
国外网友制作了一张 Git Cheat Sheet总结很精炼各位不妨收藏一下。 国外网友制作了一张 Git Cheat Sheet总结很精炼各位不妨收藏一下。
@ -339,7 +339,7 @@ $ git push <remote> --delete <branch> (since Git v1.7.0)
$ git push --tags $ git push --tags
``` ```
### 显示信息 ### 查看信息
#### 显示工作路径下已修改的文件 #### 显示工作路径下已修改的文件
@ -512,6 +512,12 @@ NrRFi9wrf+M7Q== schacon@mylaptop.local
如果觉得我的讲解还不够细致可以参考https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ 如果觉得我的讲解还不够细致可以参考https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
## 小结
最后,放一张我总结的脑图总结一下以上的知识点。
![Git.png](http://upload-images.jianshu.io/upload_images/3101171-2044cc669d78eef9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
## 资料 ## 资料
[git 官网](https://git-scm.com/) | [git 官方 Github](https://github.com/git/git) [git 官网](https://git-scm.com/) | [git 官方 Github](https://github.com/git/git)

Binary file not shown.