I have a couple of branches in my SourceTree repository but the graph (Mac) is always straight and does not show any branches.
2 possible reasons for this:
If that doesn't help, please post more detail on the exact setup you have.
Can you elaborate on item number 2 just a bit?
Nevermind. I think I got it.
There aren't any new changes on the main branch.
I am having this issue and neither case 1 nor 2 apply. If I view the graph in TortoiseHg, I see the divergence in the graph. Why doesn't Sourcetree show it?
As far as I'm concerned, this is a huge usability bug.
The graph should always show branches as branching. Moreover, it should make an effort to ensure branches maintain the same color and left-to-right place in the history. It's horribly confusing that develop and master keep switching places and colors.
select-all_bramches.PNG
You just need to select All branches and it'll show the all branches. In my case I created a new branch named Sprint 19 from master, did commits to Sprint 19 and also had a commit to master branches after the commits on sprint 19.
SourceTreeBranchIssue.png
This is actually Window pane issue, we have to drag the edge of the file list Slowly to reveal the Branch list.
It was very annoying and I tried all the option, then it clicked me that it may be hidden behind the file list.
If you move the mouse near the edge of this files list Cursor will change to <-> now try dragging towards right and you could see the Branch list.
Ola, eu fechei alguns ramos ficaram fechados mas após a ultima atualização eles voltaram a aparecer para mim , gostaria de saber como faço eles sumirem do meu controle novamente e que fique só os ativos?
I agree the branch should be displayed even if the master branch hasn't been changed. The graph being a straight line (i.e., a blue line with dots) is confusing, at least to me, because it doesn't let me know there is a branch (and that I'm working on it).
For example:
The graph displays a straight blue line with dots, even though the last three commits were on a branch.
Now:
Now I can see that the first three commits were made to the branch and not the master. I think the branch should be visually represented (it is there) without needing to commit a change to the master.
I agree! If there is a branch, it should be shown. It seems bizarre that branches aren't displayed until the master branch "grows" (i.e., has a commit).
I understand that the current way of visualising the branch history is kinda the "accepted" way in the git community. Basically because it's also the way the git command line tool shows the history. Nevertheless I think the suggested style of visually branching (even if there is no divergence) could be accepted quite quick because it is way more intuitive to understand. And it will not be a risk for SourceTree if it is an option and not the default - so the user could activate and deactivate it on demand. I would like to hear at least a response from Atlassian if this is considered at all - so at least we do not loose our time anymore here if not. Thanks.
Agreed, Darko. knew I was awakening an old thread, but that seemed more appropriate than starting a new one. I expect it's doubtful this will be implemented, but thought it was best to speak up.
@Asim Suvedi
No, thar youm id' something different. You describ a way to enable the lit view with the fie. We are askin for something totoally differemnt. Divveergence o brnached if uf there knoteda are on the same opsiiion.
You can see here that branching is possible eve if the current root node stays the same:
The endpoint of one branch is then just the starting point of another. Git currently draws them as same (which is unintitive).
Has anyone gotten an answer from Atlassian regarding this? I also find this totally non-intuitive, specially for first-timers.
Still like this in 2020. Totally agree it should visually show the difference.
I have this 'issue' too.To be honest, I thought the whole time I did something wrong.And, when you think you did something wrong in a software which you actually didn't - then, it is a bad software design.
I agree too - it is very confusing for a developer if they make a branch from a branch, so that all their branches are in a chain. The GUI will imply that they are still on the Master branch, which is completely incorrect, and the developer will need to read back through the git history to see each branch. Certainly the developer can do that - but that's the exact same way they would do it when using a Git console. We use SourceTree because we do not want to use the pure console, we want visual representations of things such as branches.
The default behavior should be to show that branches actually branch; but that's not even an option. This is bad GUI design.
You are correct and it may be the 'accepted' way because it's how the console does it - but we are using a program with a GUI specifically because we do not want to use the console. The GUI should take advantage of the fact that it has a GUI, and should show branches as branching. There is no reason for a GUI program to show things the same way as a console program when the GUI provides a better option.
-
Found this topic, after searching for a similar problem on this subject.
I understand the sourcetree behavior about the graph only displaying the split after master has changed.
But then, how the graph on the 2nd picture attached was made? there is only 1 dot per brench/merge.
A normal branch flow with 1 commit on each master and brach, will result like the 1st picture.
I can't replicate this. Any ideas ?
It looks like you're new here. Sign in or register to get started.