Skip to content

Commit 1676dc7

Browse files
author
Qi Liu
committed
make a change
1 parent 5260982 commit 1676dc7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Usage_of_vim_and_git.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,19 @@ Github是当前最知名的远程版本库,上面托管了很多有名的repos
3131
13. `git commit --amend`,重新提交。和上次提交为一个提交。
3232
14. `git pull` == `git fetch | git merge`
3333

34-
#### 关于配置
34+
### git考核的内容
35+
36+
1. clone的使用,创建裸库。(首先创造一个多人工作的环境)
37+
2. 一次提交,补充提交
38+
3. 创建分支
39+
4. 分支合并中的冲突制造和解决。
40+
5. 2号版本库的操作:创建分支,跟踪分支。
41+
6. git fetch / git pull
42+
7. git push
43+
8. git reset,恢复到某一状态
44+
9. checkout out
45+
46+
### 关于配置
3547

3648
1. 如果你的github帐号绑定了多个邮箱,可以在库中单独配置。
3749

Way_to_Excellence.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Github上有很多优秀的代码,直接阅读代码对于改进编码风格
2525
3.1. 关注Issues中的问题
2626
3.2. Wiki中很多精华的东西要认真学习。
2727
4. 带着问题。Keep asking!
28+
5. help improving the code.
2829

2930
## 遇到问题怎么办?
3031

0 commit comments

Comments
 (0)