Adding GIT support to existing project in IntelliJ IDEA

前端 未结 7 2001
一生所求
一生所求 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:41

    In my case, I was not able to get Intellij to detect Git on the module. So I removed the module from the project and re-added it. That time it was detected and I could use the Git menu.

提交回复
热议问题