<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Source Code Management on Software Factory</title><link>/use/practices/code/scm/</link><description>Recent content in Source Code Management on Software Factory</description><generator>Hugo</generator><language>en</language><atom:link href="/use/practices/code/scm/index.xml" rel="self" type="application/rss+xml"/><item><title>LFS</title><link>/use/practices/code/scm/lfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/use/practices/code/scm/lfs/</guid><description>&lt;p&gt;&lt;img src="../img/git-lfs.png" alt="“LFS”"&gt;&lt;/p&gt;
&lt;h2 id="understanding-git-lfs"&gt;Understanding Git LFS&lt;a class="td-heading-self-link" href="#understanding-git-lfs" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://git-lfs.com/" class="external-link" target="_blank" rel="noopener noreferrer"&gt;Git Large File Storage&lt;/a&gt;
 (LFS) is a Git extension that handles large binary files
more efficiently by storing them separately from your Git repository.&lt;/p&gt;
&lt;h3 id="the-problem"&gt;The problem&lt;a class="td-heading-self-link" href="#the-problem" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Git stores every version of every file. This creates issues with large binary file:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Repository can grow rapidly&lt;/li&gt;
&lt;li&gt;Slow clone/fetch operations&lt;/li&gt;
&lt;li&gt;Wastes bandwidth and disk space&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This becomes a bottleneck in workflows during cloning and fetching repositories with large binary files.&lt;/p&gt;</description></item></channel></rss>