Git 同時 push 推送到 GitHub、gitee 等多個平臺

vinhson發表於2019-04-17

推git也是可以推送到不同的平臺的;
再因為你懂得的原因;
github時而有不靠譜的情況;
而且速度奇慢;
偶爾有事需要下載下專案;
那個急啊;
所以我的開源專案都是同時推送到github和碼雲的;
github:

https://github.com/xiaoxuan6

碼雲:

http://gitee.com/XiaoXue6

ok;下面來講怎麼同時推送;
以我的新部落格為例: 新增github:

git remote add origin https://github.com/xiaoxuan6/push-two.git

新增碼雲:

git remote set-url --add origin https://gitee.com/XiaoXue6/push-two.git

就是簡單,大功告成!

本作品採用《CC 協議》,轉載必須註明作者和本文連結
不要輕易放棄。學習成長的路上,我們長路漫漫,只因學無止境 Don't give up easily. On the way of learning and growing up, we have a long way to go, just because there is no end to learning.

相關文章