本地项目注册多个远程git仓库

查看现有远程仓库
git remote -v

新增远程仓库
git remote add sd-repo 仓库地址

推送代码至远程仓库
git push sd-repo dev

posted @ 2024-11-07 14:35  猝死的路上  阅读(4)  评论(0编辑  收藏  举报