How to enable Version Control window in android studio

烂漫一生 提交于 2019-12-08 14:35:59

问题


For certain of my branches, I cannot get a version control window. So for example, if I go into branch develop, then the window shows; if I go into master it’s gone and there is nothing I can do to bring it back. I try to trick it by going from develop to master. But as soon as I get to master, it is gone again. The problem is relatively new (7 days). It didn’t use to be like that. Any ideas how I might fix it?

I usually use the window for easy access to my log of commits


回答1:


I got it finally! I needed to click on menu > VCS > Enable Version Control Integration > Git




回答2:


For latest versions of Android studio, you can find this option in View -> Tools Windows -> Version Control



来源:https://stackoverflow.com/questions/36188720/how-to-enable-version-control-window-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!