Skip to content

Commit a3b385e

Browse files
committed
添加常用命令及基本小ebook书籍
1 parent 8083d98 commit a3b385e

8 files changed

+14
-1
lines changed

command-handbook/git-cheat-sheet.pdf

246 KB
Binary file not shown.

command-handbook/git-cheat-sheet.png

1000 KB
Loading

command-handbook/git常用命令.png

754 KB
Loading
984 KB
Binary file not shown.

command-handbook/readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
说明
2+
======
3+
目前收集的常用命令,包括[git-cheat-sheet.pdf](git-cheat-sheet.pdf)[git常用命令.xmind](git常用命令.xmind) ,以后会持续更新 xmind 版本的命令,图片预览如下:
4+
5+
![git-cheat-sheet](git-cheat-sheet.png)
6+
7+
8+
git常用命令
9+
10+
----------------------
11+
12+
![git常用命令](git常用命令.png)

ebooks/Git Community Book.pdf

1.09 MB
Binary file not shown.

ebooks/Git Magic.pdf

587 KB
Binary file not shown.

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- [git flow 中文备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html)
3434
- 一个很有意思的学习 git 的小游戏 http://pcottle.github.io/learnGitBranching/
3535

36-
# 最佳实践备案
36+
# 最佳实践备注
37+
- [git-cheat-sheet && Git常用命令列表](command-handbook/) 常用命令手册
3738
- merge 分支用 --no-ff
3839
- 恰当的使用 `git pull --rebase` 避免不必要的merge记录。 详情 http://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase

0 commit comments

Comments
 (0)