markdown 使用源树一次推到两个远程回购

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用源树一次推到两个远程回购相关的知识,希望对你有一定的参考价值。

Repository -> Repository Settings -> Remotes -> Edit Config File.. 

Put all your remotes in a single origin remote section, see below for example :
[remote "origin"]
url = https://myaccout@bitbucket.org/mynickname/myrepo  
url = myuser@192.168.1.61:/srv/git/myrepo.git  
fetch = +refs/heads/*:refs/remotes/origin/*  
pushurl = https://myaccout@bitbucket.org/mynickname/myrepo  
pushurl = myuser@192.168.1.61:/srv/git/myrepo.git  


References
-  https://community.atlassian.com/t5/Sourcetree-questions/Push-to-multiple-Remotes-with-Sourcetree/qaq-p/109260

以上是关于markdown 使用源树一次推到两个远程回购的主要内容,如果未能解决你的问题,请参考以下文章

两个 Mercurial 回购。在远程机器上——一个可以通过 ssh 克隆;另一个,不是

#yyds干货盘点#Git学习-如何修改已经提交的记录

markdown eXist-db组织应用程序回购的想法

我试图让我的 python twitter 机器人每小时每 30 分钟发一次推文。我该怎么办? [关闭]

推送到 GitHub - 推送到...(回购)过早的 EOF 失败

sh 保护远程分支免受本地回购