<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Version-Control on Commentary of Takao</title><link>https://takao.blog/zh-tw/tags/version-control/</link><description>Recent content in Version-Control on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>zh-TW</language><copyright>Commentary of Takao</copyright><lastBuildDate>Wed, 15 Jul 2026 22:01:08 +0900</lastBuildDate><atom:link href="https://takao.blog/zh-tw/tags/version-control/index.xml" rel="self" type="application/rss+xml"/><item><title>Git LFS：管理儲存庫中的大文件</title><link>https://takao.blog/zh-tw/web/git-lfs/</link><pubDate>Tue, 26 Nov 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh-tw/web/git-lfs/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/git-lfs-zh-tw.png" alt="Featured image of post Git LFS：管理儲存庫中的大文件" /&gt;&lt;h2 id="介紹"&gt;介紹
&lt;/h2&gt;&lt;p&gt;Git 是為文字檔案而不是大型二進位檔案設計的。當大檔案進入 Git 儲存庫時，複製時間會增加，儲存庫大小會膨脹，且 &lt;code&gt;git log&lt;/code&gt; 等操作會變慢。 Git LFS（大檔案儲存）透過以儲存庫中的文字指標檔案取代大文件，同時將實際內容儲存在遠端伺服器上來解決這個問題。&lt;/p&gt;</description></item><item><title>Git Squash Merge：團隊的清理歷史策略</title><link>https://takao.blog/zh-tw/web/git-squash-merge/</link><pubDate>Tue, 21 May 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh-tw/web/git-squash-merge/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/git-squash-merge-zh-tw.png" alt="Featured image of post Git Squash Merge：團隊的清理歷史策略" /&gt;&lt;h2 id="介紹"&gt;介紹
&lt;/h2&gt;&lt;p&gt;Git 歷史記錄是您的團隊和未來的您的溝通工具。乾淨、可讀的歷史記錄使調試、程式碼審查和發布管理變得更加容易。擠壓合併是維護乾淨歷史的主要策略之一，但了解何時以及如何使用它以及何時選擇替代方案需要了解所涉及的權衡。本文提供了團隊壓縮合併策略的綜合指南。&lt;/p&gt;</description></item><item><title>Git 子模組：有效管理嵌套儲存庫</title><link>https://takao.blog/zh-tw/web/git-submodules/</link><pubDate>Mon, 22 Jan 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh-tw/web/git-submodules/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/git-submodules-zh-tw.png" alt="Featured image of post Git 子模組：有效管理嵌套儲存庫" /&gt;&lt;p&gt;Git 子模組可讓您將一個 Git 儲存庫嵌套在另一個 Git 儲存庫中，同時為每個儲存庫維護獨立的版本控制。它們對於管理共用程式庫、第三方相依性或需要精確提交等級控制的組態集合非常有用。然而，子模組具有複雜性，需要了解其底層機制。&lt;/p&gt;</description></item></channel></rss>