<?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>Rebase on GanniPiece Blog</title>
    <link>https://blog.gannipiece.tw/en/tags/rebase/</link>
    <description>Recent content in Rebase on GanniPiece Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 29 May 2022 03:27:37 +0000</lastBuildDate>
    <atom:link href="https://blog.gannipiece.tw/en/tags/rebase/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Edit a Specific Commit Message in Git</title>
      <link>https://blog.gannipiece.tw/en/posts/how-to-edit-commit-message/</link>
      <pubDate>Sun, 29 May 2022 03:27:37 +0000</pubDate>
      <guid>https://blog.gannipiece.tw/en/posts/how-to-edit-commit-message/</guid>
      <description>&lt;p&gt;&lt;em&gt;(the post is automatically translated by AI)&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When using &lt;a href=&#34;https://git-scm.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Git&lt;/a&gt; [1] for version control, it&amp;rsquo;s easy to accidentally make a typo in a commit message — or simply realize later that it could be worded better. In those cases, you need to go back and fix the commit message.&lt;/p&gt;
&lt;p&gt;The basic approach is &lt;code&gt;git commit --amend&lt;/code&gt; [2], which corrects the most recent commit message. In this article, I&amp;rsquo;ll document how to go back to an older commit — not just the last one — and edit its message for future reference.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Use git rebase to Integrate Branches</title>
      <link>https://blog.gannipiece.tw/en/posts/git-rebase-merge-branches/</link>
      <pubDate>Thu, 20 Jan 2022 11:43:53 +0800</pubDate>
      <guid>https://blog.gannipiece.tw/en/posts/git-rebase-merge-branches/</guid>
      <description>Our plugin development is wrapping up, and it&amp;#39;s time to integrate my partner&amp;#39;s changes. In this article, I explain how to use git rebase and walk through a hands-on example.</description>
    </item>
  </channel>
</rss>
