Developing with Submodules

Lately I’ve been working with submodules – specifically developing plugins / libraries as submodules within a separate project. Turns out, they’re pretty cool. I’ve written ...

By · · 1 min read

Source: The GitHub Blog

Lately I’ve been working with submodules – specifically developing plugins / libraries as submodules within a separate project. Turns out, they’re pretty cool. I’ve written a short guide, Developing with…