Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Push to multiple Remotes with Sourcetree)

Alfred Bez July 8, 2014

Is it possible to push to multiple / all Remotes with Sourcetree?

I've tried to configure my config file (see: http://stackoverflow.com/a/3195446/2123108), but it isn't working...

2 answers

4 votes
l March 10, 2017

You can totally push to multiple repositories in one click !

Repository -> Repository setup -> Edit remote config file (it will open up the file in your text editor)

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

Done.

It remains a little bit hacky because Sourcetree only shows one of remote on its UI, but since this is an unsual usecase and Sourcetree does give you the ability to edit the config file it's ok.

Tim Titus May 8, 2020

Thank you! This worked perfectly for me

2 votes
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2014

It seems that if you have multiple remotes, you can only push to one of them at a time. (Top-left dropdown in the Push dialog only lets you select one, and the address bar next to it shows only one address.)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events