git项目迁移

将项目从git迁移到gitlab步骤:

第一步:克隆老项目

git clone --mirror https://XXXX/project.git

第二步:设置新的地址
git remote set-url --push origin http://new_XXXXXX/project.git

第三步:push
git push --mirror  http://new_XXXXXX/project.git

第四步:让其他同事执行以下操作,将git地址更新为新的git地址
git remote set-url origin http://new_XXXXXX/project.git

上一篇:python中函数后面的小括号的作用


下一篇:# 20192228 2019-2020-2 《Python程序设计》实验四报告