Show HN: Gitpatch – send patches with git push
9 months ago
- #Code Sharing
- #Git
- #Version Control
- Gitpatch allows sharing code via Git by pushing changes directly to repositories without commit access.
- Special patch branches have their own access control, eliminating the need for commit access.
- Features include code review capabilities like applying patches locally, comparing versions, and commenting.
- Supports patch stacks for larger changes, enabling them to be split into multiple reviewable patches.
- Default protection for all regular branches ensures code safety with no configuration required.