Consider the simple case where myBranch is created from master. There are no other branches.
myBranch is the current branch and therefore shown on the left. Below where myBranch is created the master is shown. Above where myBranch is created myBranch is on the left and master is on the right. However the colour of the left column remains the same. It would be clearer if the master branch had the same colour all the way up so that is easier to tell where myBranch was created.
Alternatively is there any easy way to go to the commit where a branch was created?
There have been multiple questions and answers regarding colors. This one contains links to others: https://answers.atlassian.com/questions/310287/how-to-know-which-branch-color-correlates-with-which-branch
I do not know of a way to jump to a branch's original commit, but such a feature sounds useful. It should be possible to implement a feature that jumps to the last commit that two branches have in common, since merging looks up that commit.
How about displaying a tooltip if you hover over a branch/green dot displaying the name of the branch?
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.