I have a project that relies on two repos in github to function. When I submit my project to github how do I link to these two repos? Should I duplicate the files in my ow
You can use git submodules to "link" to other projects. See here - http://help.github.com/submodules/