Nouvel Travay
Nouvel Travay

Reputation: 6472

How to enable Version Control window in android studio

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

enter image description here

Upvotes: 26

Views: 19757

Answers (5)

clever_trevor
clever_trevor

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

JustAGabriel
JustAGabriel

Reputation: 71

Finally found it under Settings > Version Control > Commit.
My version is: Android Studio Chipmunk | 2021.2.1 Patch 1.

Upvotes: 0

nakuzm
nakuzm

Reputation: 49

View -> Tools Windows -> Commit

Upvotes: 1

Neha Raj
Neha Raj

Reputation: 547

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

Upvotes: 8

Nouvel Travay
Nouvel Travay

Reputation: 6472

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

Upvotes: 18

Related Questions