<?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 绿豆沙の小窝</title><link>https://lvdousha26.github.io/tags/git/</link><description>Recent content from 绿豆沙の小窝</description><generator>Hugo</generator><language>zh-CN</language><managingEditor>xxx@example.com (lvdousha)</managingEditor><webMaster>xxx@example.com (lvdousha)</webMaster><copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright><lastBuildDate>Tue, 19 May 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://lvdousha26.github.io/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Git 入门</title><link>https://lvdousha26.github.io/post/git-tutorial/</link><pubDate>Tue, 19 May 2026 00:00:00 +0800</pubDate><author>xxx@example.com (lvdousha)</author><guid>https://lvdousha26.github.io/post/git-tutorial/</guid><description>
<![CDATA[<h1>Git 入门</h1><p>作者：lvdousha（xxx@example.com）</p>
        
          <h2 id="为什么要学-git">
<a class="header-anchor" href="#%e4%b8%ba%e4%bb%80%e4%b9%88%e8%a6%81%e5%ad%a6-git"></a>
为什么要学 Git
</h2><p>写代码最怕两件事：改崩了回不去，多人协作互相覆盖。Git 解决的就是这两个问题——<strong>版本回溯</strong>和<strong>协作并行</strong>。</p>
<p>简单理解：Git 给你的项目拍快照，随时可以回到任意历史节点，每个协作者各自在自己的分支上干活，最后合并到一起。</p>
        
        <hr><p>本文2026-05-19首发于<a href='https://lvdousha26.github.io/'>绿豆沙の小窝</a>，最后修改于2026-05-19</p>]]></description><category>教程</category></item></channel></rss>