Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Version Control window in android studio

Tags:

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

like image 220
Nouvel Travay Avatar asked Mar 23 '16 21:03

Nouvel Travay


People also ask

How do I add version control to my project?

In the Projects Window, right-click the project that you want to add to the local repository. Select the version control system you want to use: For Subversion: Add to Version Control > Subversion. The Import Pane appears.

How do I get VCS in Intellij?

Press Alt+` to open the VCS Operations Popup and select Enable Version Control Integration. Alternatively, from the main menu, select VCS | Enable Version Control Integration.

What is the use of Git in Android Studio?

A Git repository is used to track the history of changes to files within your project. Before we create a Git repository we will first need an Android Project.


Video Answer


1 Answers

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

like image 82
Nouvel Travay Avatar answered Nov 07 '22 03:11

Nouvel Travay