You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Git you can add a submodule to a repository. This is basically a
repository embedded in your main repository. This can be very
useful. A couple of usecases of submodules:
Separate big codebases into multiple repositories.