Category - Git

GIT    2019-03-16 10:32:26    222    0    0
1. `git clone --mirror http://old.ip/score-group/rest-score.git old.git` 解释:克隆原仓库的镜像。其中包括的项目的所有信息,以及config 注意:是“http://”不是“https://” 2. `cd old.git` 进入上面的镜像目录(一定要进入该目录,执行步骤3) 3. `git remote set-url
2/2