码迷,mamicode.com
首页 > 其他好文 > 详细

Git向开源代码提交流程

时间:2018-06-19 20:14:50      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:for   rem   pull   width   conf   fork   pos   tor   inf   

Git向开源代码提交流程:

1. 先fork到自己的repository.

2. 将自己的repository clone到本地,

3. 创建feature branch

4. 从主repository更新代码:

  1) Add主repository:  git remote add upstream https://location/of/generic.git

      2) 更新代码:git pull upstream master

      3) 更新 push url 防止checkin 到主repository:  git config remote.upstream.pushurl "NEVER GONNA GIVE YOU UP"

5. 修改代码

6. push 到自已的repository

7. Merge到主repository

技术分享图片

Git向开源代码提交流程

标签:for   rem   pull   width   conf   fork   pos   tor   inf   

原文地址:https://www.cnblogs.com/maoyin/p/9200759.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!