<?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>Github Is All You Need on moyutianzun 的博客</title><link>https://moyutianzun.com/tags/github-is-all-you-need/</link><description>Recent content in Github Is All You Need on moyutianzun 的博客</description><generator>Hugo</generator><language>zh-cn</language><copyright>moyutianzun</copyright><lastBuildDate>Tue, 14 Apr 2026 06:31:13 +0800</lastBuildDate><atom:link href="https://moyutianzun.com/tags/github-is-all-you-need/index.xml" rel="self" type="application/rss+xml"/><item><title>vibe coding系列：（二）GET SHIT DONE</title><link>https://moyutianzun.com/blog/vibe-codingxi-lie-er-get-shit-done/</link><pubDate>Tue, 14 Apr 2026 06:31:13 +0800</pubDate><guid>https://moyutianzun.com/blog/vibe-codingxi-lie-er-get-shit-done/</guid><description>&lt;blockquote&gt;&lt;p style=""&gt;github link：https://github.com/gsd-build/get-shit-done/blob/main/README.zh-CN.md&lt;/p&gt;</description></item><item><title>基本操作：（一）github is all you need</title><link>https://moyutianzun.com/blog/github-dai-ma-guan-li------sourcetree/</link><pubDate>Mon, 22 Dec 2025 16:56:26 +0800</pubDate><guid>https://moyutianzun.com/blog/github-dai-ma-guan-li------sourcetree/</guid><description>&lt;h1 style="" id="%E7%A0%81%E5%86%9C%E5%9C%A3%E5%9C%B0-github"&gt;码农圣地 github&lt;/h1&gt;&lt;p style=""&gt;github众所周知，是最大的&lt;s&gt;同性交友网站&lt;/s&gt;开源项目公布网站，每个人都可以在这里share自己的项目。&lt;/p&gt;&lt;p style=""&gt;由于open-source往往由一个团队进行开发，所有有很多开发版本，为了管理不同的开发版本之间的异同，远古linux大神linus写了git的原型来管理不同的fork。每个opensource都有一条master主线，然后有不同的分支合并到master分支上。由此也看出，git最主要的功能就是派生（fork）、合并（merge）。&lt;/p&gt;&lt;p style=""&gt;这里我不想重复造轮子，请直接观看我觉得&lt;a href="https://www.bilibili.com/video/BV1iu4y157Cz" target="_self" rel=""&gt;非常棒的讲解&lt;/a&gt;。&lt;/p&gt;&lt;p style=""&gt;&lt;/p&gt;&lt;h1 style="" id="issues%E5%92%8Cpr"&gt;issues和PR&lt;/h1&gt;&lt;p style=""&gt;把 GitHub 想成一个研发团队的工单系统：&lt;/p&gt;&lt;p style=""&gt;&lt;strong&gt;Issue 像工单 / 任务卡，&lt;/strong&gt;比如：&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;这个 bug 要修&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;这个功能要加&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;这个文档要补&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;这个体验要优化&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=""&gt;&lt;strong&gt;PR 像交付单 / 审核单，&lt;/strong&gt;比如：&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;我已经写完了&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;请大家 review 一下&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;没问题就把代码合进去&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=""&gt;常见的过程就是&lt;strong&gt;Issue 提出问题 → 开分支开发 → 提交代码 → 创建 PR → PR 合并后，Issue 关闭&lt;/strong&gt;。&lt;/p&gt;</description></item></channel></rss>