<?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: Abdelatty Badwy</title>
    <description>The latest articles on DEV Community by Abdelatty Badwy (@abdelatty_badwy_5dc0e7509).</description>
    <link>https://dev.to/abdelatty_badwy_5dc0e7509</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4083821%2F62eff946-59fb-46ea-bb42-a5c8290ccc54.jpg</url>
      <title>DEV Community: Abdelatty Badwy</title>
      <link>https://dev.to/abdelatty_badwy_5dc0e7509</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abdelatty_badwy_5dc0e7509"/>
    <language>en</language>
    <item>
      <title>I Built a Git GUI That Actually Shows You What Git Is Doing</title>
      <dc:creator>Abdelatty Badwy</dc:creator>
      <pubDate>Fri, 21 Aug 2026 07:32:33 +0000</pubDate>
      <link>https://dev.to/abdelatty_badwy_5dc0e7509/i-built-a-git-gui-that-actually-shows-you-what-git-is-doing-5gb2</link>
      <guid>https://dev.to/abdelatty_badwy_5dc0e7509/i-built-a-git-gui-that-actually-shows-you-what-git-is-doing-5gb2</guid>
      <description>&lt;p&gt;I've always felt that most Git GUIs make Git easier to use, but not necessarily easier to understand.&lt;/p&gt;

&lt;p&gt;You click Merge, Rebase, Reset, or Pull, something happens, and you're left wondering what Git actually did.&lt;/p&gt;

&lt;p&gt;That's why I started building GitRoot.&lt;/p&gt;

&lt;p&gt;GitRoot is an open-source Git GUI built with Rust, Tauri, and React.&lt;/p&gt;

&lt;p&gt;The main idea is simple: don't hide Git behind buttons.&lt;/p&gt;

&lt;p&gt;Before running an operation, GitRoot tries to explain what is going to happen and shows the actual Git command behind it.&lt;/p&gt;

&lt;p&gt;For example, instead of just clicking "Merge", you can see whether Git expects a fast-forward, a clean merge, or a conflict.&lt;/p&gt;

&lt;p&gt;I'm also trying to keep the project useful for people who are still learning Git, while still being useful for developers who already use Git every day.&lt;/p&gt;

&lt;p&gt;The project is now open source and I'm looking for people who want to try it, report bugs, suggest features, or contribute.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/abdelattybadwy16/GitRoot" rel="noopener noreferrer"&gt;https://github.com/abdelattybadwy16/GitRoot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Windows and Linux builds are currently available, with macOS coming soon.&lt;/p&gt;

&lt;p&gt;If you use Git regularly, I'd love to know:&lt;/p&gt;

&lt;p&gt;What's one thing you wish Git GUIs explained better?&lt;/p&gt;

</description>
      <category>git</category>
      <category>tauri</category>
      <category>opensource</category>
      <category>rust</category>
    </item>
    <item>
      <title>I built a git GUI that explains what every button actually does, not just makes them easier to click</title>
      <dc:creator>Abdelatty Badwy</dc:creator>
      <pubDate>Tue, 18 Aug 2026 19:09:23 +0000</pubDate>
      <link>https://dev.to/abdelatty_badwy_5dc0e7509/i-built-a-git-gui-that-explains-what-every-button-actually-does-not-just-makes-them-easier-to-click-4ae8</link>
      <guid>https://dev.to/abdelatty_badwy_5dc0e7509/i-built-a-git-gui-that-explains-what-every-button-actually-does-not-just-makes-them-easier-to-click-4ae8</guid>
      <description>&lt;p&gt;You still don't know what actually happened.&lt;/p&gt;

&lt;p&gt;So We built GitRoot.&lt;/p&gt;

&lt;p&gt;Same idea, one difference: every button tells you what it actually did, in plain language, plus the exact Git command it ran underneath.&lt;/p&gt;

&lt;p&gt;Click something that could lose work (a hard reset, a force push), and it stops and shows you exactly what you'd lose before anything runs.&lt;/p&gt;

&lt;p&gt;Made a short video showing it in action&lt;/p&gt;

&lt;p&gt;Early beta coming soon. Windows and Linux builds are up now (macOS is on its way):&lt;/p&gt;

&lt;p&gt;Also just opened a Discord: &lt;a href="https://discord.gg/nHcyRdeG3" rel="noopener noreferrer"&gt;https://discord.gg/nHcyRdeG3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's where every update is going to land first, and it's also where I'll be announcing when the source goes open.&lt;/p&gt;

&lt;p&gt;So if either of those matters to you, that's the place to be.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.reddit.com/r/SideProject/comments/1vrn19u/i_built_a_git_gui_that_explains_what_every_button/" rel="noopener noreferrer"&gt;https://www.reddit.com/r/SideProject/comments/1vrn19u/i_built_a_git_gui_that_explains_what_every_button/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
