前言
GitLab由于某些原因,公司运维部要求迁移本部门的gitlab所有的代码。迁移gitlab涉及到所有的提交记录。
拉取
执行克隆命令
- git clone –bare git@192.168.6.161:bit_data/weather_city.git
- cd weather_city
上传
执行上传命令
- git push –mirror git@192.168.1.20:datagroup/bit_data/weather_city.git
- cd ..
GitLab由于某些原因,公司运维部要求迁移本部门的gitlab所有的代码。迁移gitlab涉及到所有的提交记录。
执行克隆命令
- git clone –bare git@192.168.6.161:bit_data/weather_city.git
- cd weather_city
执行上传命令
- git push –mirror git@192.168.1.20:datagroup/bit_data/weather_city.git
- cd ..