使用git同时提交到多个远程库法11、添加第一个仓库: git remote add origin https://gitlab.com/XXX/xxx.git2、添加第二个仓库:
git remote set-url --add ori
2019-11-27