Adding GIT support to existing project in IntelliJ IDEA

前端 未结 7 1984
一生所求
一生所求 2020-12-29 03:00

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

7条回答
  •  青春惊慌失措
    2020-12-29 03:29

    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.

    Make sure Git is in one of the columns here

提交回复
热议问题