RELATED TAGS git, submodules, modules, share code,
QUESTIONS
How can I put a repository into a repository?
Can I link repositories together?
How can I manage to share code between repositories in Unity?
LINKS
-
Open CMD
Open your CMD/terminal and navigate to the project's root direcotry.
cd{path/of/project} Add Submodule
WARNING! DON'T MAKE ANY MISTAKES!
Removing a submodule is a bit complicated.
{path/of/project}:$gitsubmodule add{submodule-remote-url}{path/to/save/submodule} APP | VERSION git 2
RELATED TAGS git, submodules, modules, share code,
QUESTIONS
How can I put a repository into a repository?
Can I link repositories together?
How can I manage to share code between repositories in Unity?