IntelliJ IDEA Git 图
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24416186/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
IntelliJ IDEA Git graph
提问by Daniil Shevelev
I have IDEA Ultimate 13.1.3 and it does not show the branch graph in Version control window.
我有 IDEA Ultimate 13.1.3,它没有在版本控制窗口中显示分支图。
How can I enable it?
我怎样才能启用它?
回答by Frederic Close
You can see that in the changes view (ALT+9 on windows)
您可以在更改视图中看到(Windows 上的 ALT+9)
Menu :
菜单 :
View > Tool Windows > Changes
视图 > 工具窗口 > 更改
or
或者
VCS > Show Changes View
VCS > 显示更改视图
Then go to the log tab
然后转到日志选项卡
you'll see the git changes committed in all the branches of the local and remote repositories.
您将看到在本地和远程存储库的所有分支中提交的 git 更改。
More info at : http://www.jetbrains.com/idea/webhelp/log-tab.html