github开源项目协同开发流程
合作完成开源项目流程
- 首先需要在github上注册账号并登陆
- 安装git,到github官网下载安装包。
- 为github账号添加ssh key
- fork你想参加的项目
- clone项目到本地
- 将项目原地址添加为远程仓库
- 创建branch,用于添加自己的修改
- 同步远程仓库
- 将修改push到我们的github上
- pull request
关键说明
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment