How to add a Git submodule to your repository
A Git submodule lets you include another repository inside your own project. This is useful for reusing shared code, libraries, or dependencies across multiple projects.
To add a submodule to your parent repository, follow these steps:
Read the complete article