1

I have aopened second project as a module in IntelliJ and it's sources appear in commint dialog. I want to check only one project and commit changes to only it's repository.

How to accomplish this?

Both projects have .git folder inside.

Dims
  • 47,675
  • 117
  • 331
  • 600

1 Answers1

1

You can configure different VCS roots per directory in intellij version control settings.

Please refer the answer of the following stackoverflow question

Different repositories for each module in intellij IDEA

Thanks

Gaurav
  • 296
  • 1
  • 6
  • 21