git 分支更新远程仓库,合并 提交

1、派生分支

2、远程仓库服务:git remote add server "派生自" +http

git remote -v

 

更新服务:git fetch server
git merge server/"分支名称" 合并远程分支

发布了107 篇原创文章 · 获赞 23 · 访问量 9万+

猜你喜欢

转载自blog.csdn.net/qq_42092177/article/details/104647598