Reputation: 6472
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
Upvotes: 26
Views: 19757
Reputation: 1694
I found the previous answers did not work on Android Studio Flamingo | 2022.2.1
.
The solution was to open the Git Commit window, click the gear icon, click Switch to commit dialog
. Press the hotkey or Git > Commit
to open the window.
Upvotes: 0
Reputation: 71
Finally found it under Settings > Version Control > Commit
.
My version is: Android Studio Chipmunk | 2021.2.1 Patch 1
.
Upvotes: 0
Reputation: 547
For latest versions of Android studio, you can find this option in View -> Tools Windows -> Version Control
Upvotes: 8
Reputation: 6472
I got it finally! I needed to click on menu > VCS > Enable Version Control Integration > Git
Upvotes: 18