I switched to gitg from gitk to visualize my git tree. There is one thing I can't stand.
Let's say I have two branches (dev
, master
) that look like this:
Anytime I checkout to master
the visualization changes:
That means that the branch I am currently on is on the top of the tree. In other words, I can't see the dev
branch at the moment.
That is the same default behavouir as gitk
has, but it can be changed there using --all
attribute, which makes it the way I want. Can that be achieved using gitg?