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.
Associate the entire project with a single Git repository Alternatively, from the main menu, select VCS | Enable Version Control Integration. Choose Git as the version control system and click OK. After VCS integration is enabled, IntelliJ IDEA will ask you whether you want to share project settings files via VCS.
Launch IntelliJ IDEA. If the Welcome screen opens, press Ctrl+Shift+A , type project from existing sources , and click the Import project from existing sources action in the popup. Otherwise, from the main menu, select File | New | Project from Existing Sources.
One way to open the Git tool window is to hover over the quick access button in the bottom left of the IntelliJ IDEA window, and select Git. This will open the Git Log tool window. Alternatively, you can use ⌘9 (macOS), or Alt+9 (Windows/Linux), to open the Git Log tool window.
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 .iml
file in the cloned repository.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With