I love git submodules. Also, I hate git submodules. What I love about them is how it enables to you to cleanly compartmentalize dependencies etc. I get the point of havin
There is no such thing for the moment. To keep the code up-to-date, I use the following commands:
download all for the first time: git clone --recursive http://github.com/
download updates in existing repo: git submodule update --remote --recursive --merge