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
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
网友评论