git仓库完整迁移

1 镜像clone老仓库

git clone --mirror

2 创建一个新的空仓库

3 将镜像push到新的仓库

git remote add

git push --mirror

参考链接

https://zhuanlan.zhihu.com/p/258961962

https://stackoverflow.com/questions/37884832/git-push-all-branches-from-one-remote-to-another-remote

你可能感兴趣的:(git仓库完整迁移)