On 02.07.2009, at 14:48, [email protected] wrote: > I remember reading that it's possible to set up two separate > repositories and then have a 'virtual' or 'master' project which just > references the two, but can't find any info about this again. Is this > so?
I think what you want is “git submodule”s. There are two GitHub guides available about them: <http://github.com/guides/using-git-submodules-to-track-plugins> and <http://github.com/guides/developing-with-submodules> Of course, there's always `git help submodule` and google for more information :-) Cheers, Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
