参考
补充:
添加新的远程仓库:git remote add coding git@e.coding.net:xxx/project/xxx.git
将本地的所有分支推送到新的远程仓库:git push --all coding
2024-02-08 09:10:22
添加新的远程仓库:git remote add coding git@e.coding.net:xxx/project/xxx.git
将本地的所有分支推送到新的远程仓库:git push --all coding