GitHub项目协作基本步骤
1、查找某个项目,然后Fork
2、打开GitHub For Windows,发现刚才Fork的项目
3、对着项目点击Clone,将之复制至本地
4、使用Eclipse等进行开发,如新增一个文件
5、在GitHub中发现修改项
6、添加注释,并commit
7、同步代码至个人repo
8、在浏览器中打开项目地址,发现更改已经上传至本地repo,然后点击 pull request
9、New PullRequest---->click to create a pull request for this comparision
10、填写相关资料并提交