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

Ordering remote repository paths in SourceTree

bucketfist January 11, 2012

When I open the commit dialog there is a checkbox at the bottom of the screen to "Push commits immediately to [heroku]." Heroku is selected because it is the first repo in my list. The second repo is bitbucket. My question is: Is there a way to make heroku the second repo and bitbucket the first? I want to push commits immediately to bitbucket, but every time I open the commit dialog I have to select bitbucket instead of heroku at the bottom.

I tried removing heroku and re-adding it. That looked like it had fixed it, but when I brought up the commit screen the next time the order of the repos had switched again. Heroku always ends up at the top. How is that?

11 answers

1 accepted

2 votes
Answer accepted
stevestreeting
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.
January 11, 2012

SourceTree should be listing the remotes in the same order reported by 'git remote' - however it prefers a remote called 'origin' (for git) or 'default' (for hg), so if you rename the remote you use most to that then it will always be selected by default.

trss March 12, 2017

It lists 'origin' in my git repo last! And the other two remotes are swapped compared to `git remote` output.

jankalfus August 23, 2017

This doesn't work. See my answer for what actually works.

Jimmie Chapman October 29, 2018

None of those answers worked for me. It looks like the order of preference is alphabetical. I fixed the problem by removing remotes with names that appear before "origin" (the remote picked by default started with 'j') and then re-adding them with names prefixed with "z-". It's stupid, but it worked. Note: I tried just renaming, but that didn't work. I had to remove and re-add with the new name.

Like arianamini likes this
1 vote
Jordan Chase July 10, 2015

What worked for me was going to 'Repository Settings' then click 'Edit Config File' and set the 'remote' property of the master branch to the alias of the repository I wanted it to select first.  See if this helps!

John Overturf May 5, 2016

This is ultimately what I had to do as well. Not sure how it got out of whack though.

Stephen Trainor December 2, 2019

Yes - this fixed it for me. Shouldn't this be made editable via UI within Sourcetree?

1 vote
Matt Mullins December 11, 2013

Not working for me either.

Sourcetree order:

bill
fork
trunk

git remote order (alphabetical?):

fork
bill
trunk

It would only be a minor annoyance if it was just the display order, but it seems like this order is used for things like the Push dialog, too. I don't want to accidentally be pushing branches to coworkers' remotes.

The ability to customize the order via drag and drop would be ideal. Alternatively just using the order the remotes were added in sourcetree would be interesting. Prioritizing keywords like origin fork and trunk is another alternative but not very straightforward and what about subordering of origin, fork, trunk?

Thanks!

1 vote
Sven Schmidt December 2, 2013

Hm, that's not workting for me:

» git remote
attic
luke
maciej
michal
nico
sas
we7

Remote list in SourceTree

0 votes
jankalfus August 23, 2017

You have to remove the remote you'd like to use as default and then re-add it. This should make the it the top of the list and thus default.

 

Note: If this doesn't work, then you'll have to remove all remotes and readd them, while making sure to add the prefered one last.

0 votes
dustintheweb July 6, 2015

Any updates on this?

SourceTree remotes list definitely does not match the order listed via git remote...

0 votes
Erick The Red August 14, 2014

This is an issue for me too, my case scenario is that I have two Git remotes (staging, production) and will like to set a default remote (the one I push 99% of the time) instead of choosing which remote everytime I push.

0 votes
Matt Mullins May 20, 2014

Renaming "trunk" to "origin" doesn't change the order for me.

bill
fork
origin

0 votes
bucketfist May 20, 2014

The only thing that worked for me was renaming my primary repository to "origin".

0 votes
Jorge Diaz May 20, 2014

Neither working like expected for me.

git remote:

  1. bitbucket
  2. heroku

on Sourcetree:

  1. heroku
  2. bitbucket

Annoying to change the remote every single push. :/

0 votes
Matt Savino May 13, 2014

This is actually a big problem for me as I have one repo I push to 99% of the time. Naturally the other one shows up on top. I had to just delete the 1% repo for now rather than accidentally push to it all the time.

When I am able to push automatically after a commit it does go to the correct repo (the one the branch was created from). But when I have to use the push dialog it picks the wrong branch. Why is that?

Please allow at least a default REPO, or if not set the order. Or pick the same repo in the push dialog that the commit + checkbox to automatically uses - if that makes sense.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events