Hacker News new | ask | show | jobs
Show HN: Gitpatch – send patches with git push (gitpatch.com)
4 points by shayief 327 days ago
Hey HN,

I built Gitpatch to make sending code patches as simple as git push.

The idea is that patch-based workflows are powerful but they're not very well supported by git platforms.

Gitpatch brings this model to any repository:

* Send patches by pushing branches (e.g. patch/my-patch-name)

* Apply any patch locally with one command

* Review them in a lightweight UI

* Stack patches with patchstack/ branches

This has been in development for some time, but things should mostly work. Would love any feedback, questions or ideas.

Thanks for checking it out.