Skip to content

Commit 97981f8

Browse files
committed
2016-03-17进入初稿整理阶段
1 parent e6db0b9 commit 97981f8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Github-Contributions.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Github 协同合作(基于 IntelliJ IDEA)
2+
3+
## 假设场景
4+
5+
- 项目 `Linux-Tutorial`<https://github.com/judasn/Linux-Tutorial>
6+
- 项目发起者:judasn:<https://github.com/judasn>
7+
- 参与人 A:YouMeek:<https://github.com/YouMeek>
8+
- judasn 使用 Firefox 浏览器 + IntelliJ IDEA 15.0.4
9+
- YouMeek 使用 Chrome 浏览器 + IntelliJ IDEA 2016.1
10+
11+
12+
## 协同场景
13+
14+
- 项目 Linux-Tutorial 属于 judasn,我暂且称此为:`源项目`
15+
- YouMeek Fork 了一份 Linux-Tutorial 项目,我暂且称此为:`副项目`
16+
- YouMeek 在 `副项目` 中进行修改内容
17+
- YouMeek 要把自己修改的内容提交到 `源项目`
18+
19+
20+
## 协同细节
21+
22+
- 此时 judasn 需要做的:
23+
- 按生活习惯,继续在 `源项目` 上进行开发
24+
- 此时 YouMeek 需要做的:
25+
- 先 pull request 做更新,把 `源项目` 最近更新的内容跟 `副项目` 进行合并
26+
-`副项目` 中自己所做的修改 pull request 给 `源项目`
27+

0 commit comments

Comments
 (0)