I have multi-module project built with Maven. I imported only single sub-module (not parent) from that project as IDEA project, and looks like IDE doesn\'t recognize .git fo
You may need to add git to the list of version control in the settings
settings > Version Control
then make sure that git is listed in the table as a VCS
I had to do this otherwise git wasn't listed in the VCS menu in the menu bar.