克隆老仓库(裸仓库):
git clone --bare git@codehub.git // 代码老仓库地址(git@codehub.git)
进去克隆下来的裸仓库中:
cd codehub.git // 进入老仓库(codehub.git)
传到新仓库中:
git push --mirror git@newcodehub.git // 提到新仓库(git@newcodehub.git)
删除克隆下来的老仓库:
rm -rf xxx // 删除老仓库
克隆老仓库(裸仓库):
git clone --bare git@codehub.git // 代码老仓库地址(git@codehub.git)
进去克隆下来的裸仓库中:
cd codehub.git // 进入老仓库(codehub.git)
传到新仓库中:
git push --mirror git@newcodehub.git // 提到新仓库(git@newcodehub.git)
删除克隆下来的老仓库:
rm -rf xxx // 删除老仓库
本文标题:git 迁移代码库
本文链接:https://www.haomeiwen.com/subject/bxvdgctx.html
网友评论