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. We built git-notes to bring code reviews back into Git itself. 💡 How It Works git-notes leverages Git's built-in refs/notes/* reference architecture: Comments : refs/notes/comments Reviews & Approvals : refs/notes/review Todos : refs/notes/t...