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

gitlab代码合并到主分支

时间:2020-10-13 17:39:28      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:div   git   nbsp   git merge   mon   合并   git pull   master   代码   

1.首先切换到分支;

git checkout hellomonkey

2.使用git pull 把分支代码pull下来;

git pull

3.切换到主分支;

git checkout master

4.把分支的代码merge到主分支;

git merge hellomonkey

5.git push推上去ok完成,现在 你自己分支的代码就合并到主分支上了。

git push

 

gitlab代码合并到主分支

标签:div   git   nbsp   git merge   mon   合并   git pull   master   代码   

原文地址:https://www.cnblogs.com/Roxxane/p/13807209.html

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