> For instance, themes and plugins for Wordpress, Magento, etc. are often de facto installed by their mere presence at conventional locations inside the project tree, and this is the only way to “install” them. > In such a situation, going with submodules (or subtrees) probably is the right solution As a Magento Developer, I'm afraid submodules wouldn't work for Magento plugins. As they unfortunately have to be insta…
We used this so we could track an entire extension's source code in Git, and move them around easily.
edit: I was thinking of modman