# Git - Submodules

URL:: https://git-scm.com/book/en/v2/Git-Tools-Submodules
Author:: git-scm.com
## Highlights
> Submodules It often happens that while working on one project, you need to use another project from within it. Perhaps it’s a library that a third party developed or that you’re developing separately and using in multiple parent projects. A common issue arises in these scenarios: you want to be able to treat the two projects as separate yet still be able to use one from within the other.
---
Title: Git - Submodules
Author: git-scm.com
Tags: readwise, articles
date: 2024-01-30
---
# Git - Submodules

URL:: https://git-scm.com/book/en/v2/Git-Tools-Submodules
Author:: git-scm.com
## AI-Generated Summary
None
## Highlights
> Submodules It often happens that while working on one project, you need to use another project from within it. Perhaps it’s a library that a third party developed or that you’re developing separately and using in multiple parent projects. A common issue arises in these scenarios: you want to be able to treat the two projects as separate yet still be able to use one from within the other.