Git submodules allow you to include code from one repository inside another while maintaining independent access control. The parent repo stores only a pointer to a specific commit in the child repo, so users without access to the submodule can still clone and use the parent repo normally. This is useful for hiding reference
Sort: