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 own repo or link to the other repo at a specific revision as I don't want it to update and cause incompatibility. I already created my github repo what should I do?
To do this, run the git subtree add command. This command will embed the master branch of Tim Pope's VIM-sensible in your dotfiles. Also note that you used the --squash flag to compress the history. You can run this command several times to embed multiple repositories.
On the top-right side of the classic project, click Menu. Click , then click Settings. In the left sidebar, click Linked repositories. Click Link a repository.
You can use git submodules to "link" to other projects. See here - http://help.github.com/submodules/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With