I set up libGDX with their project set up tool that splits your project into 2 or more little eclipse projects (desktop, core, android, etc.). I’m fairly new to git, so the first thing I did was give each sub-project its own repository. Obviously this got a bit out of hand and was very inconvenient, so my question is: How can bundle my libGDX project into one git repository (using EGit) instead of many little ones?
Thanks