Fork me on GitHub

Git同时push到多个远程仓库

添加第二个远程地址时使用以下命令:
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
posted @ 2018-04-03 00:36  morethink  阅读(6044)  评论(0编辑  收藏  举报