<?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: faithreborn</title>
    <description>The latest articles on DEV Community by faithreborn (@faithreborn).</description>
    <link>https://dev.to/faithreborn</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%2F3125411%2Fe5e41251-a826-4df5-8cca-d2db57f5c47c.png</url>
      <title>DEV Community: faithreborn</title>
      <link>https://dev.to/faithreborn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/faithreborn"/>
    <language>en</language>
    <item>
      <title>I built gitNull: A minimalist GitFlow CLI tool to save time and stay focused</title>
      <dc:creator>faithreborn</dc:creator>
      <pubDate>Mon, 05 May 2025 09:57:50 +0000</pubDate>
      <link>https://dev.to/faithreborn/i-built-gitnull-a-minimalist-gitflow-cli-tool-to-save-time-and-stay-focused-ff8</link>
      <guid>https://dev.to/faithreborn/i-built-gitnull-a-minimalist-gitflow-cli-tool-to-save-time-and-stay-focused-ff8</guid>
      <description>&lt;p&gt;Hello Dev.to community! 👋&lt;/p&gt;

&lt;p&gt;As a developer, I often found myself repeating the same Git commands over and over again during my workflow...&lt;br&gt;&lt;br&gt;
So I built a small CLI tool called &lt;strong&gt;&lt;code&gt;gitNull&lt;/code&gt;&lt;/strong&gt; to make that easier!&lt;/p&gt;




&lt;h3&gt;
  
  
  💡 What is &lt;code&gt;gitNull&lt;/code&gt;?
&lt;/h3&gt;

&lt;p&gt;A lightweight GitFlow helper written in Node.js.&lt;br&gt;&lt;br&gt;
It automates common git actions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;gitNull start-feature &amp;lt;name&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;gitNull finish-feature &amp;lt;name&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;gitNull push&lt;/code&gt; – adds, commits and pushes in one command&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With a retro CLI look and some colorful feedback thanks to &lt;code&gt;chalk&lt;/code&gt; and &lt;code&gt;figlet&lt;/code&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔧 Why I built it
&lt;/h3&gt;

&lt;p&gt;I love clean workflows, and I always wished Git had something a bit more guided.&lt;br&gt;&lt;br&gt;
I didn’t want a full GUI — just a faster terminal flow.&lt;/p&gt;

&lt;p&gt;This is my first attempt at building a CLI tool, and I'm sharing it to get feedback and ideas from the community.&lt;/p&gt;




&lt;h3&gt;
  
  
  🖼️ Screenshot
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs0fxfog2zueva20w4t9j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs0fxfog2zueva20w4t9j.png" alt="Image description" width="800" height="408"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🔗 GitHub
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;Check it out on GitHub:&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/faithreborn/gitnull" rel="noopener noreferrer"&gt;https://github.com/faithreborn/gitnull&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  🙏 I’d love your feedback!
&lt;/h3&gt;

&lt;p&gt;Whether you're a CLI junkie, a GitFlow user, or someone who just hates typing long commands —&lt;br&gt;&lt;br&gt;
I’d really appreciate if you give it a try and tell me what you think. ❤️&lt;/p&gt;

&lt;p&gt;Any feedback, issues or PRs are welcome!&lt;/p&gt;




&lt;p&gt;Thanks for reading 🙌  &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>opensource</category>
      <category>node</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
