Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 648 Bytes

File metadata and controls

23 lines (14 loc) · 648 Bytes

Submodules Example

This is an example using multiple git submodules to manage a large multi-root project and develop it with Intellij IDEs.

Recursive Clone

Use the recursive flag to also clone and initialize the submodules:

git clone --recursive git@github.com:marcguyer/submodules-example.git

Notes

Synchronous Git Branch Control

JetBrains IDE Synchronous Branch Control - enables simultaneous commit/push/etc for all submodule branches of the same name.

Docker cheats

docker compose exec one composer install