<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Git - 标签 - Victor's Code Journey</title><link>http://www.victorchu.info/tags/git/</link><description>Git - 标签 - Victor's Code Journey</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>victorchu0610@outlook.com (victorchutian)</managingEditor><webMaster>victorchu0610@outlook.com (victorchutian)</webMaster><lastBuildDate>Wed, 29 Oct 2025 14:18:01 +0800</lastBuildDate><atom:link href="http://www.victorchu.info/tags/git/" rel="self" type="application/rss+xml"/><item><title>git多账号通过ssh提交</title><link>http://www.victorchu.info/posts/2025/10/a40cdb91/</link><pubDate>Wed, 29 Oct 2025 14:18:01 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2025/10/a40cdb91/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/git.webp" referrerpolicy="no-referrer">
            </div><p>假设我有两个 github 账号，victor(for personal) 和 superman(for work)。如果我想在同一台电脑上使用这两个账号进行 git push/pull。该如何配置？</p>]]></description></item><item><title>diff算法-Myers算法</title><link>http://www.victorchu.info/posts/2022/05/c970017b/</link><pubDate>Wed, 11 May 2022 15:00:53 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2022/05/c970017b/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/algorithm.webp" referrerpolicy="no-referrer">
            </div><p>diff算法用于比较文本间的差异，通常用于版本控制系统，例如 git( <code>$git diff</code>)。</p>]]></description></item><item><title>git内部原理</title><link>http://www.victorchu.info/posts/2017/01/524a519e/</link><pubDate>Tue, 10 Jan 2017 16:08:31 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2017/01/524a519e/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/git.webp" referrerpolicy="no-referrer">
            </div><p>之前的文章介绍了 <a href="/posts/2017/01/7f091a13/" rel="">git的基础知识</a>和<a href="/posts/2016/11/d973b0bd/" rel="">git-flow模型</a>。本篇文章将深入了解下git的内部原理。</p>]]></description></item><item><title>Git Quickstart</title><link>http://www.victorchu.info/posts/2017/01/7f091a13/</link><pubDate>Mon, 09 Jan 2017 17:29:15 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2017/01/7f091a13/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/git.webp" referrerpolicy="no-referrer">
            </div><p>Git 是一个开源的分布式版本控制系统，Git 不仅仅是个版本控制系统，它也是个内容管理系统(CMS)，工作管理系统等。</p>]]></description></item><item><title>My Effective Git</title><link>http://www.victorchu.info/posts/2016/11/77645e9e/</link><pubDate>Wed, 23 Nov 2016 15:00:41 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2016/11/77645e9e/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/git.webp" referrerpolicy="no-referrer">
            </div><p>本文是关于git的使用技巧。</p>]]></description></item><item><title>一个成功的 Git 分支模型</title><link>http://www.victorchu.info/posts/2016/11/d973b0bd/</link><pubDate>Thu, 03 Nov 2016 11:34:46 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2016/11/d973b0bd/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/git.webp" referrerpolicy="no-referrer">
            </div><div class="details admonition info open">
    <div class="details-summary admonition-title">
        <span class="icon"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"/></svg></span>转载文章<span class="details-icon"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"/></svg></span>
    </div>
    <div class="details-content">
        <div class="admonition-content"><ul>
<li>原作者: Vincent Driessen</li>
<li>转载自: <a href="https://nvie.com/posts/a-successful-git-branching-model/" target="_blank" rel="noopener noreferrer">https://nvie.com/posts/a-successful-git-branching-model/</a></li>
</ul>
</div></div></div>
<p>在这篇文章中，我将向你们介绍一个开发模型，早在差不多一年前，我已经将这个模型应用于我的多个项目，而事实证明，这个模型是非常成功的。其实这篇文章我早就打算写了，只是一直没有时间，直到现在。在这篇文章中我将不会谈及任何项目细节，分支策略和发布管理才是本文的核心内容。</p>]]></description></item></channel></rss>