We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6db0b9 commit 97981f8Copy full SHA for 97981f8
Github-Contributions.md
@@ -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