0%

git添加多个远程仓库

git添加多个远程仓库

配置远程仓库

1
git remote add origin https://url

添加另外一个远程仓库

1
git remote set-url --add origin https://url

一次性提交到所有仓库

1
git push --all