Skip to content

Instantly share code, notes, and snippets.

View yalaudah's full-sized avatar
🎯

Yazeed Alaudah yalaudah

🎯
View GitHub Profile
@yalaudah
yalaudah / git_submodules.md
Created October 15, 2019 17:42 — forked from gitaarik/git_submodules.md
Git Submodules basic explanation

Git Submodules basic explanation

Why submodules?

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 advantages of using submodules:

  • You can separate the code into different repositories.