您的当前位置:首页正文

代码迁移(从git同步到码云)

来源:华拓网

代码迁移

git clone --bare 以前git库地址

git init 码云地址

git push --mirror 码云地址