Setting up different git roots for different modules in same project - Intellij IDEA
git, github, intellij-idea
Solution
`File` | `Settings` (`Preferences` on Mac) | `Version Control` dialog allows to map different directories to a version control, so just make several mappings instead of one, map each module root to Git.
Problem
How can I setup git in Intellij to have different git repositories for each module in 1 project. I have an API I am maintaining and my fork of an Open Source project as 2 different modules in 1 intellij project. I would like each module to push/pull with a different git repository.