![watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk= git merge other feature branch into current feature branch_origin/master](https://s2.51cto.com/images/blog/202108/01/9c653c8c99caf9a205e17ac2a8a62d24.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
git merge other feature branch into current feature branch
git merge other feature branch into current feature branch
merge target into current branch
![watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk= git merge other feature branch into current feature branch_origin/master](https://s2.51cto.com/images/blog/202108/01/9c653c8c99caf9a205e17ac2a8a62d24.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
# 1. feat-app-eric (current)
$ git checkout feat-app-eric
$ git pull
# alias
$ gco feat-app-eric
$ gp
update
# 2. feat-app-alex (target)
$ git checkout feat-app-alex
$ git pull
# alias
$ gco feat-app-alex
$ gp
merge
# 3. feat-app-eric (current)
$ git merge feat-app-alex
$ git push
# alias
$ git merge feat-app-eric
$ gps
©xgqfrms 2012-2020
发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 ????️,侵权必究⚠️!
xgqfrms
本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。