<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Git on 古思乱想</title><link>https://blog.gusibi.site/tags/git/</link><description>Recent content in Git on 古思乱想</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Fri, 06 Mar 2026 10:19:31 +0800</lastBuildDate><atom:link href="https://blog.gusibi.site/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Worktree：多分支并行开发的利器</title><link>https://blog.gusibi.site/post/git-worktree-parallel-dev/</link><pubDate>Fri, 06 Mar 2026 10:19:31 +0800</pubDate><guid>https://blog.gusibi.site/post/git-worktree-parallel-dev/</guid><description>Git 的分支功能很强大，但实际开发中经常遇到一个问题：需要在同一时间处理多个任务，比如主分支有紧急 Bug 要修，同时又想在一个新分支上做重构。这时传统的 `git checkout` 会让你陷入 stash、切换、再 pop 的循环，环境重建也很麻烦。</description></item></channel></rss>