简体   繁体   中英

How can I pull all modules in IntelliJ IDEA ULTIMATE project at once?

I have a multi-module project in IntelliJ. Each of the modules is stored in a separate git repository.

I have already set them up, so I marked each of them as VCS root in IntelliJ.

Am I able to pull all of them at once using IDE, or should I use command line tool? Currently I'm pulling them one by one:

在此输入图像描述

To pull from all repositories at once, use VCS - Update project ( Ctrl/Cmd+T )

The screenshot shows checkout command though. If branches name in all repositories are the same, you should enable Synchronous branch control in Settings - Version control - Git, and you will be able to checkout all branches at once from the bottom part of the Branches pop-up

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM