<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>效率 on 我的小站</title><link>https://icurious-d.github.io/tags/%E6%95%88%E7%8E%87/</link><description>Recent content in 效率 on 我的小站</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://icurious-d.github.io/tags/%E6%95%88%E7%8E%87/index.xml" rel="self" type="application/rss+xml"/><item><title>Git 常用命令备忘</title><link>https://icurious-d.github.io/notes/git_tips/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://icurious-d.github.io/notes/git_tips/</guid><description>&lt;h2 id="撤销操作">撤销操作
&lt;/h2>&lt;ul>
&lt;li>撤销工作区修改：&lt;code>git checkout -- &amp;lt;file&amp;gt;&lt;/code>&lt;/li>
&lt;li>撤销暂存区：&lt;code>git reset HEAD &amp;lt;file&amp;gt;&lt;/code>&lt;/li>
&lt;/ul>
&lt;h2 id="分支">分支
&lt;/h2>&lt;ul>
&lt;li>创建并切换：&lt;code>git checkout -b new-branch&lt;/code>
&amp;hellip;&lt;/li>
&lt;/ul></description></item></channel></rss>