zl程序教程

您现在的位置是:首页 >  其他

当前栏目

[git]快速迁移git仓库

迁移Git 快速 仓库
2023-09-27 14:26:52 时间
git clone --bare http://域名/分组/仓库名称.git

cd 仓库名称.git

git push --mirror http://新域名/新分组/新仓库名称.git -f