Git Submodules
Git Submodules allows to use a git repository as a subdirectory of another repository. This enables us to use another repository with a reference that can be tracked separately from the main repository. When to use Often an application (hosted on git), will have dependencies on other external code. There […]