How to use Git submodules
1
Git submodules are a way of linking to a repository inside another. For example, if your project needs to use someone else’s project that’s hosted on Github then you can use it as a submodule rather than including all the … Continue reading