git 同时推送到多个远程仓库
anlondon Lv6

git默认远程仓库名为origin

git remote add oginin xxxx.git
git remote set-url --add oginin yyyy.git

image

之后push时,就会自动推送到设置的两个远程仓库上


参考资料:

 Comments