git 添加多个远程仓库

参考

https://www.cnblogs.com/lwlblog/p/12634455.html

补充:

添加新的远程仓库:
git remote add coding git@e.coding.net:xxx/project/xxx.git
将本地的所有分支推送到新的远程仓库:
git push --all coding

posted @ 2021-09-10 11:29  那时一个人  阅读(666)  评论(0)    收藏  举报