Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git option not available under Version Control in Intellij

I have installed Git on my local machine. I am using Git as a DVCS tool for bitbucket. I have the .git folder inside my project directory as I had cloned the project. I want to integrate Git into IntelliJ Idea but however, I am not able to see this option under the Version Control Integration as below.

Git option not available under VCS

like image 850
MindBrain Avatar asked Dec 26 '22 00:12

MindBrain


1 Answers

Go to File -> Settings or (Ctrl + Atl + S) Then select Plugins

Ensure you have the Git Integration plugin enabled for Intellij as seen here (disabled in picture). Install if not already.

enter image description here

like image 140
Java Devil Avatar answered Jan 17 '23 17:01

Java Devil