Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA Git graph

I have IDEA Ultimate 13.1.3 and it does not show the branch graph in Version control window. enter image description here

How can I enable it?

like image 836
Daniil Shevelev Avatar asked Jun 25 '14 18:06

Daniil Shevelev


1 Answers

You can see that in the changes view (ALT+9 on windows)

Menu :

View > Tool Windows > Changes

or

VCS > Show Changes View

Then go to the log tab

you'll see the git changes committed in all the branches of the local and remote repositories.

More info at : http://www.jetbrains.com/idea/webhelp/log-tab.html

like image 141
Frederic Close Avatar answered Sep 21 '22 06:09

Frederic Close