<?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: Bimo</title>
    <description>The latest articles on DEV Community by Bimo (@ibimo_o).</description>
    <link>https://dev.to/ibimo_o</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%2F4141842%2Fdf00cdb0-57ca-4a3e-afef-ebffe80b0e57.jpeg</url>
      <title>DEV Community: Bimo</title>
      <link>https://dev.to/ibimo_o</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ibimo_o"/>
    <language>en</language>
    <item>
      <title>Decentralized Code Reviews in Git: Introducing git-notes v0.1.8</title>
      <dc:creator>Bimo</dc:creator>
      <pubDate>Thu, 24 Sep 2026 19:23:28 +0000</pubDate>
      <link>https://dev.to/ibimo_o/decentralized-code-reviews-in-git-introducing-git-notes-v018-6g</link>
      <guid>https://dev.to/ibimo_o/decentralized-code-reviews-in-git-introducing-git-notes-v018-6g</guid>
      <description>&lt;p&gt;Code review is one of the most critical steps in software development, yet it remains heavily locked into centralized web platforms. When you rebase a branch or work offline, discussions are scattered or lost.&lt;br&gt;
We built &lt;strong&gt;git-notes&lt;/strong&gt; to bring code reviews back into Git itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 How It Works
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;git-notes&lt;/code&gt; leverages Git's built-in &lt;code&gt;refs/notes/*&lt;/code&gt; reference architecture:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Comments&lt;/strong&gt;: &lt;code&gt;refs/notes/comments&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reviews &amp;amp; Approvals&lt;/strong&gt;: &lt;code&gt;refs/notes/review&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Todos&lt;/strong&gt;: &lt;code&gt;refs/notes/todos&lt;/code&gt;
Because notes live alongside your commits in the Git object database, they travel with your repository and synchronize seamlessly with standard &lt;code&gt;git fetch&lt;/code&gt; and &lt;code&gt;git push&lt;/code&gt;.
## 🚀 What's New in v0.1.8&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rebase Healing (&lt;code&gt;gn heal&lt;/code&gt;)&lt;/strong&gt;: Uses semantic diff and patch-ID matching to re-anchor comments to new commits after interactive rebasing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Platform Importer&lt;/strong&gt;: Pull discussions directly from GitLab Merge Requests, Bitbucket PRs, and Jira issues.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Offline LAN &amp;amp; USB Sync&lt;/strong&gt;: Run &lt;code&gt;gn sync p2p&lt;/code&gt; to sync reviews across team members on the same local network without an internet connection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VS Code &amp;amp; Cursor Extension&lt;/strong&gt;: Inline gutter icons, review threads, and quick actions.
Check out the repository on GitHub: &lt;a href="https://github.com/isaim0011/git-notes" rel="noopener noreferrer"&gt;https://github.com/isaim0011/git-notes&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rust</category>
      <category>git</category>
      <category>opensource</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
