1 clone老项目
# git clone git@xxxx/demo.git
2 进入到demo目录
# cd demo
3 移除老项目的地址替换成新项目
# git remote set-url --push origin git@xxx/account.git
4 将镜像推到远程
# git push -u origin master
2023-12-01 09:55:46
# git clone git@xxxx/demo.git
# cd demo
# git remote set-url --push origin git@xxx/account.git
# git push -u origin master
下一篇:不可多得的汇编教程