14

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:

enter image description here

xenteros
  • 15,586
  • 12
  • 56
  • 91

1 Answers1

23

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

Dmitrii Smirnov
  • 7,073
  • 1
  • 19
  • 29