<?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>Forem: Rafa Martinez</title>
    <description>The latest articles on Forem by Rafa Martinez (@rafmardev).</description>
    <link>https://forem.com/rafmardev</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%2F3570497%2F2f97875e-541c-4db9-88ad-e0fefd31eed2.jpeg</url>
      <title>Forem: Rafa Martinez</title>
      <link>https://forem.com/rafmardev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/rafmardev"/>
    <language>en</language>
    <item>
      <title>Built a CLI app to automate complex daily GIT workflows</title>
      <dc:creator>Rafa Martinez</dc:creator>
      <pubDate>Fri, 17 Oct 2025 08:15:41 +0000</pubDate>
      <link>https://forem.com/rafmardev/built-a-cli-app-to-automate-complex-daily-git-workflows-2437</link>
      <guid>https://forem.com/rafmardev/built-a-cli-app-to-automate-complex-daily-git-workflows-2437</guid>
      <description>&lt;p&gt;A few months ago I needed to clear every feature branch that were in my local repo. After delete manually more than 10 branches, it was so annoying that I didn't want to repeat it.&lt;/p&gt;

&lt;p&gt;So I thought, I've never build a full Rust app before but I'll use it to help me with git.&lt;/p&gt;

&lt;p&gt;So created gat.sh, a terminal tool that with one command, it executes whatever is needed so I don't need to do boring git operations and can focus on cool rebase interactive operations.&lt;/p&gt;

&lt;p&gt;I hope it can help you as much as it helps me.&lt;/p&gt;

</description>
      <category>git</category>
      <category>startup</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
