I've always wanted a solution to incorporate my libraries (each in their own repo) into my projects, but I never found a good way to do it. I tried submodules but at some point it would become really hard to maintain and lead to a lot of bloat. Never tried nested git repos though! Maybe I should!