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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,898
Community Members
 
Community Events
184
Community Groups

Push to multiple Remotes with Sourcetree)

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

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.

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.
Jul 08, 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