0

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?

Community
  • 1
  • 1
DGomez
  • 1,450
  • 9
  • 25
  • 2
    Look at http://stackoverflow.com/questions/4377573/how-to-link-1-git-repository-to-some-other-repositories – count0 Sep 07 '12 at 14:36

1 Answers1

0

We use Tortoise Git, and what we do is manually pull that submodule, when we are ready to deploy. But we only have one submodule, and it's not vital.

I would suggest taking a look at this link. I think there are numerous solutions for you here:

Easy way pull latest of all submodules

Community
  • 1
  • 1
saml
  • 463
  • 3
  • 14