美文网首页
git 迁移项目 到 新的码云 管理

git 迁移项目 到 新的码云 管理

作者: 紫云夕月 | 来源:发表于2019-05-18 09:46 被阅读0次

    1、新建项目

    2、添加项目成员

    3、git clone + ssh 路径 新项目到本地

    4、复制原项目从.git外的文件,倒入新项目根目录

    5、在新项目目录下执行 git add --all

    7、git commit -a (shift+:  esc  shift+:  wq)

    8、git pull --rebase 

    9、git push

    相关文章

      网友评论

          本文标题:git 迁移项目 到 新的码云 管理

          本文链接:https://www.haomeiwen.com/subject/zipzaqtx.html