git 本地提交到远程多数据源
git remote add origin_two git地址
git fetch
此时本地就有多个远程源了
本地选择对应分支
git cherry-pick 需要合并过来的提交
git pull
git push
本文来自博客园,作者:给香菜送点香菜,转载请注明原文链接:https://www.cnblogs.com/mingkewang/articles/17551604.html
git remote add origin_two git地址
git fetch
此时本地就有多个远程源了
本地选择对应分支
git cherry-pick 需要合并过来的提交
git pull
git push
本文来自博客园,作者:给香菜送点香菜,转载请注明原文链接:https://www.cnblogs.com/mingkewang/articles/17551604.html