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
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
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.