git clone --mirror http://old.git
git remote set-url --push origin http://new.git
git push --mirror
Git 仓库迁移
最新推荐文章于 2024-11-05 13:58:41 发布
git clone --mirror http://old.git
git remote set-url --push origin http://new.git
git push --mirror