git 多git仓库联动
Last updated on November 22, 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
🔗 Links
git 多git仓库联动
https://ispong.isxcode.com/github/git/git 合并请求/