git 多git仓库联动

Last updated on September 15, 2024 pm

🧙 Questions

对于同一个项目,可能存在多个git仓库管理

☄️ Ideas

查询当前git仓库
git remote -v
添加新的仓库地址
git remote add new http://git.dfy.definesys.cn/apaas/defanyun-apaas-private.git
合并不同环境代码
git fetch new
git checkout papaas-feature-F001249
git pull
git checkout -b papaas-qa-micro new/papaas-qa-micro
git pull
git merge papaas-feature-F001249
git push new papaas-qa-micro

git 多git仓库联动
https://ispong.isxcode.com/github/git/git 合并请求/
Author
ispong
Posted on
May 13, 2022
Licensed under