[git]快速迁移git仓库
git clone --bare http://域名/分组/仓库名称.git cd 仓库名称.git git push --mirror http://新域名/新分组/新仓库名称.git -f
本文来自博客园,作者:landv,转载请注明原文链接:https://www.cnblogs.com/landv/p/14316757.html
git clone --bare http://域名/分组/仓库名称.git cd 仓库名称.git git push --mirror http://新域名/新分组/新仓库名称.git -f
本文来自博客园,作者:landv,转载请注明原文链接:https://www.cnblogs.com/landv/p/14316757.html