Git GUI - Branching misunderstanding

111 Views Asked by At

I tried to understand the Git GUI but could not do it. Then I tried VSCode extension Git History but the problem is the same. Here's what I don't understand; This is a normal Git GUI branches:

enter image description here

Well, when I make a commit on another branch, say on a dev, the picture changes; As you can see the main vertical line goes to the right and the dev to the left, they change places:

enter image description here

This is very confusing. Why this happens? Please explain.

Maybe my misunderstanding is due to the fact that I associate Git Graph with a real tree:

enter image description here

Another question: is it possible to make sure that these vertical lines do not change places and remain in their places? (in Git GUI or in any VSCode extension).

0

There are 0 best solutions below