首页 > 其他 > 详细

github上如何合并别人的pull request

时间:2015-10-19 23:57:29      阅读:833      评论:0      收藏:0      [点我收藏+]

https://github.com/Epix37/Hearthstone-Deck-Tracker/issues/1391

I fetch the code from your repository,
loop the following steps

step1: create a branch on the last commit of the third party,and swicth to the new branch

step2:rebase the new branch onto master

step3:checkout back to the master,then merge new branch[no fastword]
then git log graph like this :

github上如何合并别人的pull request

原文:http://www.cnblogs.com/chucklu/p/4893374.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!