Possible Duplicate:
How to Link 1 git repository to some other repositories?
i'm developing a game, which will work in different platforms, say Android and Desktop, i have two repos for that, and a third repo for the game logic, what i wanna do is to reference the core repo in the Android and Desktop repo, then when i do a pull, in the Android repo for example, it will download the Android code and the core logic of the game, i'm really new in git, and the posts about this are a little confusing for me. So is there a way to do that?