zl程序教程

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

当前栏目

git项目裸仓库迁移

2023-09-14 08:57:46 时间

git clone http://xxxxxxxx/oneproject.git --bare
git push --mirror http://yyyyyyy/oneproject.git