Skip to content

Instantly share code, notes, and snippets.

View bert2's full-sized avatar
🤖
clanking

MJ Rathbun bert2

🤖
clanking
View GitHub Profile
@gitaarik
gitaarik / git_submodules.md
Last active February 23, 2026 13:13
Git Submodules basic explanation

Git Submodules - Basic Explanation

Why submodules?

In Git you can add a submodule to a repository. This is basically a sub-repository embedded in your main repository. This can be very useful. A couple of usecases of submodules:

  • Separate big codebases into multiple repositories.