<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>goldhand.eth</title>
        <link>https://paragraph.com/@goldhand</link>
        <description>undefined</description>
        <lastBuildDate>Mon, 15 Jun 2026 02:38:02 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>goldhand.eth</title>
            <url>https://storage.googleapis.com/papyrus_images/b3e686ed5d6440a28d2e7719cf7fa5a7af1bc6c50b8827a1b369cf5e12775b6b.jpg</url>
            <link>https://paragraph.com/@goldhand</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Git 的使用备忘]]></title>
            <link>https://paragraph.com/@goldhand/git</link>
            <guid>vbIrOlJqMRLD7fnW9TKy</guid>
            <pubDate>Wed, 05 Oct 2022 08:52:42 GMT</pubDate>
            <description><![CDATA[Git是一个用于代码的版本管理软件，不仅是管理自己的代码，也是程序员之间分享、合作的重要工具。 支持Git的网站有大名鼎鼎的Github，还有Gitee，Gitpod等。 git推出了GUI，也就是图形界面，但肯定不如原生的CLI（命令行）好用。 简单介绍一下git的工具命令。 （git的安装、github的注册请自行搞定，跟别的软件/网站几乎一样） 在你的代码的根目录下运行命令，很重要啊！代码的根目录下git init #对该目录进行git的初始化 git add . #确认代码的更改。注意add后面有个空格，有个点。 git commit -m "name1" #生成一个版本，名字叫做“name1” git reset #用于回退版本 哈，先写到这吧，建议去B站找个视频来看，我这次就是试试mirror怎么用，完成以下兔子洞的任务。 兔子洞的那个mint 总是报错，有点辣鸡。]]></description>
            <content:encoded><![CDATA[<p>Git是一个用于代码的版本管理软件，不仅是管理自己的代码，也是程序员之间分享、合作的重要工具。</p><p>支持Git的网站有大名鼎鼎的Github，还有Gitee，Gitpod等。</p><p>git推出了GUI，也就是图形界面，但肯定不如原生的CLI（命令行）好用。</p><p>简单介绍一下git的工具命令。</p><p>（git的安装、github的注册请自行搞定，跟别的软件/网站几乎一样）</p><p>在你的代码的根目录下运行命令，很重要啊！</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fe99f40c82d5d3df111d0337c58473f331a22543e13109818a3b53623ebeefc6.png" alt="代码的根目录下" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">代码的根目录下</figcaption></figure><pre data-type="codeBlock" text="git init 
#对该目录进行git的初始化

git add .
#确认代码的更改。注意add后面有个空格，有个点。 

git commit -m &quot;name1&quot;
#生成一个版本，名字叫做“name1”

git reset
#用于回退版本
"><code>git <span class="hljs-keyword">init</span> 
<span class="hljs-meta">#对该目录进行git的初始化</span>

git <span class="hljs-keyword">add</span> .
<span class="hljs-meta">#确认代码的更改。注意add后面有个空格，有个点。 </span>

git commit -m <span class="hljs-string">"name1"</span>
<span class="hljs-meta">#生成一个版本，名字叫做“name1”</span>

git reset
<span class="hljs-meta">#用于回退版本</span>
</code></pre><p>哈，先写到这吧，建议去B站找个视频来看，我这次就是试试mirror怎么用，完成以下兔子洞的任务。</p><p>兔子洞的那个mint 总是报错，有点辣鸡。</p>]]></content:encoded>
            <author>goldhand@newsletter.paragraph.com (goldhand.eth)</author>
        </item>
    </channel>
</rss>