<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on Simple Enough Blog</title><link>https://blog-dev.simpleenough.net/tags/git/</link><description>Recent content in Git on Simple Enough Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 22 Apr 2025 10:00:00 +0100</lastBuildDate><atom:link href="https://blog-dev.simpleenough.net/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Why and how to use Git submodules</title><link>https://blog-dev.simpleenough.net/blog/gitsubmodules/</link><pubDate>Tue, 22 Apr 2025 10:00:00 +0100</pubDate><guid>https://blog-dev.simpleenough.net/blog/gitsubmodules/</guid><description>&lt;h2 id="i-introduction-to-git-submodules" class="heading">I. Introduction to Git Submodules&lt;a href="#i-introduction-to-git-submodules" aria-labelledby="i-introduction-to-git-submodules">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>&lt;strong>Git submodules&lt;/strong> are a built-in feature that lets you include one Git repository inside another. This approach is useful when you need to manage &lt;strong>dependencies&lt;/strong> between different codebases while keeping them autonomous.&lt;/p>
&lt;p>Submodules point to a &lt;strong>specific commit&lt;/strong> of an external repository. This ensures that every version of the main project uses exactly the same revision of its submodules, providing &lt;strong>consistency and reproducibility&lt;/strong>.&lt;/p></description></item></channel></rss>