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.
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.
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