<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: shyju n</title>
    <description>The latest articles on DEV Community by shyju n (@shyjun).</description>
    <link>https://dev.to/shyjun</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3861307%2F373e8207-159e-4ad4-a58c-3f842caf3581.jpg</url>
      <title>DEV Community: shyju n</title>
      <link>https://dev.to/shyjun</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shyjun"/>
    <language>en</language>
    <item>
      <title>I got tired of running git rebase -i again and again… so I built this</title>
      <dc:creator>shyju n</dc:creator>
      <pubDate>Sun, 10 May 2026 15:19:26 +0000</pubDate>
      <link>https://dev.to/shyjun/i-got-tired-of-running-git-rebase-i-again-and-again-so-i-built-this-57hp</link>
      <guid>https://dev.to/shyjun/i-got-tired-of-running-git-rebase-i-again-and-again-so-i-built-this-57hp</guid>
      <description>&lt;p&gt;I’ve been using git rebase -i for years.&lt;/p&gt;

&lt;p&gt;It’s powerful… but honestly, it gets painful when you’re cleaning up a branch before a PR.&lt;/p&gt;

&lt;p&gt;Sometimes a single commit ends up with mixed changes — like a module change + some doc updates.&lt;br&gt;
Or a quick fix sneaks into the wrong commit.&lt;/p&gt;

&lt;p&gt;So you try to clean it up:&lt;/p&gt;

&lt;p&gt;split the commit&lt;br&gt;
reorder things&lt;br&gt;
squash some fixes&lt;br&gt;
reword messages&lt;/p&gt;

&lt;p&gt;You fix one thing → continue&lt;br&gt;
Then realize something else is off → run rebase again&lt;br&gt;
Then again…&lt;/p&gt;

&lt;p&gt;At some point, it starts feeling like you’re fighting the workflow instead of using it.&lt;/p&gt;

&lt;p&gt;So I built a small GUI tool that lets me do all of this in one place.&lt;/p&gt;

&lt;p&gt;If this sounds useful, give it a try 🙂&lt;/p&gt;

</description>
      <category>git</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>python</category>
    </item>
  </channel>
</rss>
