Adding GIT support to existing project in IntelliJ IDEA

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

    If your issue is that the Version Control tab is missing use View/Tool Windows/Version Control.

    This will bring the Version Control window into the bottom frame, provided all the remaining pieces of your git configuration are correct.

提交回复
热议问题