<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lfs on たかおの解説</title><link>https://takao.blog/ja/tags/lfs/</link><description>Recent content in Lfs on たかおの解説</description><generator>Hugo -- gohugo.io</generator><language>ja</language><copyright>たかおの解説</copyright><lastBuildDate>Sat, 13 Jun 2026 23:11:50 +0900</lastBuildDate><atom:link href="https://takao.blog/ja/tags/lfs/index.xml" rel="self" type="application/rss+xml"/><item><title>Git LFS：リポジトリ内の大容量ファイル管理</title><link>https://takao.blog/ja/web/git-lfs/</link><pubDate>Tue, 26 Nov 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/ja/web/git-lfs/</guid><description>&lt;img src="https://takao.blog/img/thumnail.webp" alt="Featured image of post Git LFS：リポジトリ内の大容量ファイル管理" /&gt;&lt;h2 id="はじめに"&gt;はじめに
&lt;/h2&gt;&lt;p&gt;Gitはテキストファイル用に設計されており、大規模バイナリには不向きです。大容量ファイルがリポジトリに入るとクローン時間が増加し、リポジトリサイズが膨張し、&lt;code&gt;git log&lt;/code&gt;などの操作が低速化します。Git LFS（Large File Storage）は、大容量ファイルをテキストのポインターファイルに置き換え、実際のファイルコンテンツをリモートサーバーに保存することでこの問題を解決します。&lt;/p&gt;</description></item></channel></rss>