<?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: Sadeed Bin Sadik</title>
    <description>The latest articles on DEV Community by Sadeed Bin Sadik (@sadeedbs).</description>
    <link>https://dev.to/sadeedbs</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%2F795162%2Fbfffbda6-c087-40ab-9842-946082fb1140.jpeg</url>
      <title>DEV Community: Sadeed Bin Sadik</title>
      <link>https://dev.to/sadeedbs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sadeedbs"/>
    <language>en</language>
    <item>
      <title>💡 Supercharge Your Git Workflow with AI — Introducing ai-git-cli (Open for Contributions!)</title>
      <dc:creator>Sadeed Bin Sadik</dc:creator>
      <pubDate>Fri, 25 Jul 2025 03:36:53 +0000</pubDate>
      <link>https://dev.to/sadeedbs/supercharge-your-git-workflow-with-ai-introducing-ai-git-cli-open-for-contributions-11cn</link>
      <guid>https://dev.to/sadeedbs/supercharge-your-git-workflow-with-ai-introducing-ai-git-cli-open-for-contributions-11cn</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Supercharge Your Git Workflow with AI — Introducing &lt;code&gt;ai-git-cli&lt;/code&gt;
&lt;/h1&gt;

&lt;p&gt;Hey Devs! 👋&lt;/p&gt;

&lt;p&gt;I'm excited to share something I've been building recently — a project that combines the power of Git with the magic of AI to streamline your development workflow.&lt;/p&gt;

&lt;p&gt;Meet &lt;strong&gt;&lt;code&gt;ai-git-cli&lt;/code&gt;&lt;/strong&gt; — an &lt;strong&gt;AI-powered command-line tool&lt;/strong&gt; that simplifies your Git experience with natural language commands, intelligent commit messages, and direct GitHub integration. This project is now &lt;strong&gt;open for contributions&lt;/strong&gt;, and I’d love for you to be part of it!&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 Why I Built This
&lt;/h2&gt;

&lt;p&gt;I often found myself wasting time typing the same Git commands, rewriting commit messages, and switching tabs just to raise a PR. I thought — what if Git could just understand what I want?&lt;/p&gt;

&lt;p&gt;So I created &lt;code&gt;ai-git-cli&lt;/code&gt;: a smart tool that understands natural language, uses AI (via Gemini), and acts as a &lt;strong&gt;drop-in replacement&lt;/strong&gt; for &lt;code&gt;git&lt;/code&gt;, but with superpowers. 💪&lt;/p&gt;




&lt;h2&gt;
  
  
  ✨ What It Can Do
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;✅ &lt;strong&gt;Natural language Git:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Type commands like &lt;code&gt;ai-git natural "create a new branch called feature/login"&lt;/code&gt; and let the AI handle the rest.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;🧠 &lt;strong&gt;AI-generated commit messages:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Just run &lt;code&gt;ai-git commit --repo .&lt;/code&gt; and it will analyze your changes and suggest meaningful commit messages.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;🐙 &lt;strong&gt;GitHub integration:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Create PRs and issues right from your terminal with optional AI-generated titles and descriptions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;🔍 &lt;strong&gt;Code analysis&lt;/strong&gt; (planned):&lt;br&gt;&lt;br&gt;
Future versions will include LangGraph-compatible analysis tools.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;🧰 &lt;strong&gt;Full Git compatibility:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
You can still run regular Git commands like &lt;code&gt;ai-git status&lt;/code&gt; or &lt;code&gt;ai-git log&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ How to Get Started
&lt;/h2&gt;

&lt;p&gt;Clone the repo:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/Sadeed-BS/ai_git_tool.git
&lt;span class="nb"&gt;cd &lt;/span&gt;ai_git_tool
pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🤝 Open for Contributions!
&lt;/h2&gt;

&lt;p&gt;I’m actively looking for contributors to help with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;🌐 Adding support for OpenAI and other LLMs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;🧪 Writing tests and improving error handling&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;⚙️ Improving GitHub API support (PRs, issues, etc.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;📖 Enhancing the CLI experience and documentation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re interested in AI, DevOps, or CLI tools — this is a great place to get involved!&lt;/p&gt;

&lt;h2&gt;
  
  
  📂 Repo
&lt;/h2&gt;

&lt;p&gt;🔗 GitHub – ai_git_tool&lt;/p&gt;

&lt;h2&gt;
  
  
  💬 Let’s Collaborate
&lt;/h2&gt;

&lt;p&gt;Whether you're a beginner or an experienced dev, your contributions are welcome. If you’ve got ideas, feedback, or PRs — let’s build this together!&lt;/p&gt;

&lt;p&gt;Drop a comment below, open an issue, or reach out. Let’s make Git smarter, together. 🚀&lt;/p&gt;

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

&lt;p&gt;— Sadeed Bin Sadik 🧑‍💻&lt;br&gt;
GitHub: @Sadeed-BS&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
