<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with github]]></title><description><![CDATA[A list of topics that have been tagged with github]]></description><link>http://forum.d2learn.org/tags/github</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 00:27:37 GMT</lastBuildDate><atom:link href="http://forum.d2learn.org/tags/github.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[关于 GitHub 中的 Fork 仓库的简单问题]]></title><description><![CDATA[<p dir="auto">为方便描述，称上游 GitHub 仓库为 upstream，自己 fork 的 GitHub 仓库为 origin。如果没有理解错的话，你应该是遇到下面这个场景并想做到 Step 4：</p>
= Step 1: Fork

* aaaaaa (HEAD -&gt; main, origin/main, upstream/main)
...

= Step 2: Make local changes and push them to origin

* bbbbbb (HEAD -&gt; main, origin/main)
* aaaaaa (upstream/main)
...

= Step 3: Check (fetch) upstream's update

* bbbbbb (HEAD -&gt; main, origin/main)
| * cccccc (upstream/main)
|/
* aaaaaa
...

= Step 4: Rebase (but how?)

* bbbbbb (HEAD -&gt; main, origin/main)
* cccccc (upstream/main)
* aaaaaa
...

<p dir="auto">如果是这样的话，我通常的做法是在本地进行这样的操作：</p>
git pull -r upstream main
# Resolve conflict
git rebase --continue

<p dir="auto">至于 GitHub 有没有一键（或者几键）的做法，我没有找到。</p>
<p dir="auto">参考阅读：https://gitolite.com/git-pull--rebase</p>
]]></description><link>http://forum.d2learn.org/topic/120/关于-github-中的-fork-仓库的简单问题</link><guid isPermaLink="true">http://forum.d2learn.org/topic/120/关于-github-中的-fork-仓库的简单问题</guid><dc:creator><![CDATA[johanvx]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[工閒手多搞了個python數學加密拹議, 有努諸位看倌批評一下]]></title><description><![CDATA[<p dir="auto">@semmyenator 是的, 需要 [私钥 -map-&gt; 公钥] 是一个不可逆或有限条件下不可逆, 这样才能保证安全性</p>
]]></description><link>http://forum.d2learn.org/topic/86/工閒手多搞了個python數學加密拹議-有努諸位看倌批評一下</link><guid isPermaLink="true">http://forum.d2learn.org/topic/86/工閒手多搞了個python數學加密拹議-有努諸位看倌批評一下</guid><dc:creator><![CDATA[SPeak]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>