About

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.

SharePatch also acts as an online viewer to view your git diff line-by-line or side-by-side.