<?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 Pi Stack</title><link>https://www.pistack.xyz/tags/git/</link><description>Recent content in Git on Pi Stack</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 21 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.pistack.xyz/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Self-Hosted Git LFS Storage: Gitea vs Forgejo vs GitLab CE — Complete Guide 2026</title><link>https://www.pistack.xyz/posts/self-hosted-git-lfs-storage-gitea-forgejo-gitlab-guide-2026/</link><pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.pistack.xyz/posts/self-hosted-git-lfs-storage-gitea-forgejo-gitlab-guide-2026/</guid><description>&lt;p>Git was designed for source code — small text files that compress well and diff cleanly. But modern development involves binary artifacts: compiled binaries, machine learning models, design assets, video files, and datasets. Committing these directly to Git bloats your repository and degrades performance.&lt;/p></description></item><item><title>Gitea vs Forgejo vs GitLab: Self-Hosted Git Server Comparison</title><link>https://www.pistack.xyz/posts/git-server-comparison/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.pistack.xyz/posts/git-server-comparison/</guid><description>&lt;h2 id="why-self-host-your-git-server">Why Self-Host Your Git Server?&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Full Control&lt;/strong>: Own your code completely&lt;/li>
&lt;li>&lt;strong>Privacy&lt;/strong>: No third-party access&lt;/li>
&lt;li>&lt;strong>CI/CD Integration&lt;/strong>: Run pipelines on your hardware&lt;/li>
&lt;li>&lt;strong>Cost&lt;/strong>: Free for unlimited private repos&lt;/li>
&lt;/ul>
&lt;h2 id="comparison-matrix">Comparison Matrix&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Feature&lt;/th>
 &lt;th>&lt;a href="https://gitea.io/">gitea&lt;/a>&lt;/th>
 &lt;th>Forgejo&lt;/th>
 &lt;th>GitLab CE&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>Origin&lt;/strong>&lt;/td>
 &lt;td>Original project&lt;/td>
 &lt;td>Gitea fork&lt;/td>
 &lt;td>GitLab Inc&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>License&lt;/strong>&lt;/td>
 &lt;td>MIT&lt;/td>
 &lt;td>MIT&lt;/td>
 &lt;td>MIT (Core)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Language&lt;/strong>&lt;/td>
 &lt;td>Go&lt;/td>
 &lt;td>Go&lt;/td>
 &lt;td>Ruby/Go&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Resource Usage&lt;/strong>&lt;/td>
 &lt;td>Very Low&lt;/td>
 &lt;td>Very Low&lt;/td>
 &lt;td>Very High&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Min RAM&lt;/strong>&lt;/td>
 &lt;td>512MB&lt;/td>
 &lt;td>512MB&lt;/td>
 &lt;td>4GB&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Web UI&lt;/strong>&lt;/td>
 &lt;td>Fast, Clean&lt;/td>
 &lt;td>Fast, Clean&lt;/td>
 &lt;td>Feature-rich, Heavy&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>CI/CD&lt;/strong>&lt;/td>
 &lt;td>✅ Actions&lt;/td>
 &lt;td>✅ Actions&lt;/td>
 &lt;td>✅ GitLab CI&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Packages Registry&lt;/strong>&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Container Registry&lt;/strong>&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Wiki&lt;/strong>&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Issue Tracking&lt;/strong>&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Project Boards&lt;/strong>&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>OAuth Provider&lt;/strong>&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;td>✅ Yes&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Federation&lt;/strong>&lt;/td>
 &lt;td>❌ No&lt;/td>
 &lt;td>✅ ActivityPub&lt;/td>
 &lt;td>❌ No&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Mobile App&lt;/strong>&lt;/td>
 &lt;td>❌ No&lt;/td>
 &lt;td>❌ No&lt;/td>
 &lt;td>✅ Official&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="1-gitea-the-lightweight-classic">1. Gitea (The Lightweight Classic)&lt;/h2>
&lt;p>&lt;strong>Best for&lt;/strong>: Small teams, low-resource servers&lt;/p></description></item></channel></rss>