会员
新闻
博问
闪存
班级
AI培训
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
何石的博客
博客园
首页
新随笔
联系
订阅
管理
2020年8月19日
git项目迁移
摘要: 将项目从git迁移到gitlab步骤: 第一步:克隆老项目 git clone --mirror https://XXXX/project.git 第二步:设置新的地址 git remote set-url --push origin http://new_XXXXXX/project.git 第三
阅读全文
posted @ 2020-08-19 01:23 何石-博客
阅读(1501)
评论(0)
推荐(0)
编辑