1
如果直接git push 推送仓库的话,标签 和 分支都不能推送到目标仓库,使用一下方案可以搞定

文章首发 https://shudong.wang/10634.html

2.推送的时候使用

git仓库完全迁移

拉取仓库的时候使用
git clone --bare 仓库地址
推送仓库的时候
git push --mirror 仓库地址

示列

克隆git的版本库
git clone --bare https://github.com/wsdo/git-complete-guide.git
推送到目标仓库
git push --mirror https://github.com/wsdo/git-complete-guide.git

关于作者

2019-10-21-19-20-20


西树先森
7.1k 声望926 粉丝

从事开发多年,前端、后端(go、Python、php)、服务架构都有涉猎,经历过大公司、创业公司,擅长前端及公司技术选型。