<?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 Commentary of Takao</title><link>https://takao.blog/es/tags/lfs/</link><description>Recent content in Lfs on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>es</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/es/tags/lfs/index.xml" rel="self" type="application/rss+xml"/><item><title>Git LFS: Gestión de archivos grandes</title><link>https://takao.blog/es/web/git-lfs/</link><pubDate>Tue, 26 Nov 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/git-lfs/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/git-lfs-es.png" alt="Featured image of post Git LFS: Gestión de archivos grandes" /&gt;&lt;p&gt;Git LFS (Large File Storage) reemplaza archivos grandes con punteros de texto en el repositorio, mientras almacena el contenido real en un servidor remoto.&lt;/p&gt;
&lt;h2 id="instalación"&gt;Instalación
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;git lfs install&lt;/code&gt; configura Git para usar LFS. Luego &lt;code&gt;git lfs track &amp;quot;*.psd&amp;quot;&lt;/code&gt; para rastrear archivos grandes por patrón.&lt;/p&gt;
&lt;h2 id="flujo-de-trabajo"&gt;Flujo de trabajo
&lt;/h2&gt;&lt;p&gt;Los archivos LFS se usan como archivos normales. Git LFS maneja automáticamente la descarga/subida. El diff muestra el puntero, no el binario.&lt;/p&gt;
&lt;h2 id="límites-y-costos"&gt;Límites y costos
&lt;/h2&gt;&lt;p&gt;GitHub: 1GB gratis, luego pago por ancho de banda. Bitbucket y GitLab tienen políticas similares. Bandwidth se consume en push y pull.&lt;/p&gt;</description></item></channel></rss>