github linking with other repos

前端 未结 3 642
一整个雨季
一整个雨季 2020-12-07 17:08

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

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 17:48

    You can use git submodules to "link" to other projects. See here - http://help.github.com/submodules/

提交回复
热议问题