SharePatch turns git diffs into clean, shareable links with side-by-side views for fast review anywhere. Paste text, upload and edit patch files, or import URL-hosted diffs and get a stable unlisted link in one step.
Whenever I received a git diff that was more than 20 lines long, I usually had to apply it locally to understand it. It was a hassle to do, everytime. I wanted a way to see the changes online without applying them locally.
So I built sharepatch, to help me share git diff patches online, just like you would do on pastebin but with built-in support for line by line, side by side diffs along with support to reverse the diff.
Heads up: the site was returning 502 earlier, the CAPTCHA shows a test environment warning, and the blog link is 404. Who is upvoting this?
oh this is nice. getting a random diff and then having to apply it locally just to understand what changed is way more annoying than it should be. making it viewable in a clean browser diff feels super practical.
curious, what kind of diff gets shared the most here right now, small quick fixes or bigger patch files?
This is a neat idea. Git diffs are easy to share, but not always easy to actually review unless you pull them locally or drop them into the right tooling. Turning that into a clean browser-based review flow feels genuinely useful, especially for quick collaboration.
Curious, are people mostly using this for AI-generated patches, teammate reviews, or just their own faster inspection?