码迷,mamicode.com
首页 > 其他好文 > 详细

Git同时push到多个远程仓库

时间:2019-12-31 10:22:41      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:host   color   min   远程仓库   ram   pre   pos   think   more   

 

添加第二个远程地址时使用以下命令:

git remote set-url --add origin git@github.com:morethink/programming.git

 

查看远程分支:git remote -v

origin  git@git.coding.net:morethink/programming.git (fetch)
origin  git@git.coding.net:morethink/programming.git (push)
origin  hexo@MyHost2:/var/repo/gitbook.git (push)

 

也可以同时 push 到多个远程地址:git push origin master

Everything up-to-date
Everything up-to-date

 

Git同时push到多个远程仓库

标签:host   color   min   远程仓库   ram   pre   pos   think   more   

原文地址:https://www.cnblogs.com/Mvloveyouforever/p/12122953.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!