Show HN: Gitpatch – send patches with git push(gitpatch.com)4 points·by shayief·12 ay önce·0 commentsgitpatch.comShow HN: Gitpatch – send patches with git pushhttps://gitpatch.comHey 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/ branchesThis has been in development for some time, but things should mostly work. Would love any feedback, questions or ideas.Thanks for checking it out.0 commentsPost comment—
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.