<?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: Huerte </title>
    <description>The latest articles on DEV Community by Huerte  (@huerte-dev).</description>
    <link>https://dev.to/huerte-dev</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%2F3958537%2F9f67b13e-0613-4112-bf7c-9f5dc3421dff.jpg</url>
      <title>DEV Community: Huerte </title>
      <link>https://dev.to/huerte-dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/huerte-dev"/>
    <language>en</language>
    <item>
      <title>I built a CLI tool to stop typing the same 5 git commands every time I start a project</title>
      <dc:creator>Huerte </dc:creator>
      <pubDate>Fri, 29 May 2026 13:31:05 +0000</pubDate>
      <link>https://dev.to/huerte-dev/i-built-a-cli-tool-to-stop-typing-the-same-5-git-commands-every-time-i-start-a-project-51p3</link>
      <guid>https://dev.to/huerte-dev/i-built-a-cli-tool-to-stop-typing-the-same-5-git-commands-every-time-i-start-a-project-51p3</guid>
      <description>&lt;p&gt;Hey everyone👋, english isn't my first language so sorry if anything sounds off.&lt;/p&gt;

&lt;p&gt;I'm a self-taught student and i kept running into the same annoying thing, every time i started or updated a project i was chaining the same git commands over and over. so i built &lt;strong&gt;GitGo&lt;/strong&gt; to wrap all of that into something shorter.&lt;/p&gt;

&lt;p&gt;instead of:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git init &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; git add &lt;span class="nb"&gt;.&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; git commit &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="s2"&gt;"init"&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; git remote add origin &amp;lt;url&amp;gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; git push &lt;span class="nt"&gt;-u&lt;/span&gt; origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;you just do:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;gitgo &lt;span class="nb"&gt;link&lt;/span&gt; &amp;lt;url&amp;gt; &lt;span class="s2"&gt;"init"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;it also handles SSH auto-setup, auto-converts HTTPS remotes to SSH, and works on Termux (android) which honestly took me longer to figure out than i'd like to admit.&lt;/p&gt;

&lt;p&gt;I'm not sure everything is built the right way since i mostly figured this out on my own with some help of my classmate, so any feedback, criticism, or advice is genuinely appreciated. Open source too if anyone's interested in contributing.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Huerte/GitGo" rel="noopener noreferrer"&gt;GitGo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear any thoughts, feedback, or suggestions 🙏&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>python</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
