By default, GitEye only shows the other branches the checked out branch has been merged with. There is a way however, to show all the branches. In the History view, select the button that looks like a downward pointing Y. The tool tip on this button is "Show All Branches and Tags" and clicking it will show or hide all the branches and tags this particular branch is unassociated with.
Assume a repository has 4 branches, A, B, C, and D, but branch D has only been merged with branches B and C. This means that the history for D will only show B, C, and D items. Sometimes though, it may be necessary to compare the checked out branch with branch A even though the two have never been merged. This control will expose those other items and the diffs can be made.
![]() |
The "Show All Branches and Tags" button. |
Assume a repository has 4 branches, A, B, C, and D, but branch D has only been merged with branches B and C. This means that the history for D will only show B, C, and D items. Sometimes though, it may be necessary to compare the checked out branch with branch A even though the two have never been merged. This control will expose those other items and the diffs can be made.
Comments
Post a Comment