Using IntelliJ idea, is it possible to import an new Module from GIT, similar to how Eclipse‘s eGit plugin does it?
Please provide a screenshot.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s done in two steps:
VCS|Checkout from Version Control, select Git or GitHub.File|Add Module, Create module from existing sources or Import existing module if there is already.imlfile in the cloned repository.