从gitlab迁移到阿里云code

2017-03-31  本文已影响0人  又不行了

在阿里云code里面新建一个空的同名项目

把源项目从gitlab上clone下来

进入项目目录

执行以下代码

$ git init

$ git remote add <branch-name> <阿里云code项目地址,例:git@code.aliyun.com:Chan/test.git>

$ git add .

$ git commit

$ git push -u <branch-name> <branch-name>

这里只能一个一个branch来迁移,如果项目有几个branch,那么就必须checkout到相应的branch再执行以上操作

上一篇 下一篇

猜你喜欢

热点阅读