You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
For some reason, I have been seeing the > in the above screenshot disappear and I cannot see my remote branches (they are still there). After a good half hour googling and trying things, I gave up and the > reappeared along with my branches when i did a pull from master!
Does anybody have any idea why source tree seems to lose track of the branches?
I'm also missing this dropdown, even after restarting sourcetree. I haven't gotten it to reappear yet.
Mac: 10.14.4
Sourcetree: 3.1.2 (216)
Remote: Gitlab (hosted)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jason Thiel,
A few questions:
1. what version are you using?
2. what platform are you on? (Mac or Windows)
3 what is the remote host provider? (Bitbucket, GitHub, GitLab, other)
Our apologies for the hiccup.
Brian Ganninger
Principal Developer, Sourcetree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. sourcetree version 3.1.1
2. mac
3. bitbucket
i've had this happen twice in the past couple weeks. prior, i never saw the problem. probably has to do with the 3.1.1 from feb....
Nothing has changed on bitbucket side other than new branches added through jira.
Typically, i add branch in jira, open SourceTree, right click on origin, refresh from remote and then scroll to the branch in the list. Obviously, this completely fails if the > is missing and there is effectively nothing under origin!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This happened again today. I created a new branch on bitbucket. I go to Source Tree to pull it down. The orgin under Remotes has no > and thus i cannot get my branch.
Is there a way to roll back SourceTree to previous version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got around it by going to command line:
git checkout <branchname>
The new branch is now visible in Sourcetree and i was switched to it. Remote-> origin still has nothing under it!
I prefer to use Sourcetree instead of git command line to avoid the "cheatsheets" for git posted all over my desk.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and now its back. about 15-20 min later, the > magically appears and i can see my branches. Seems like a timing thing. I did nothing in either bitbucket nor sourctree in the meantime.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
More Info. my typical procedure is to create a new branch in Git via Jira. Then i go to Source Tree to switch to the new branch. I right click on origin and do a "fetch from origin" to get a fresh list of branches containing the one i just entered. Otherwise, my branch is typically not in the list.
I noticed this morning that when i did the "fetch from origin", the > immediately disappears. We do have a lot of branches in git so maybe this procedure takes a long time? Perhaps we exceeded some limit of branches recently and this issue is just cropping up now.
As previously mentioned, the > does seem to randomly reappear after some time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.