5 ms·
I'm building a new Git hosting service, focused on performance and using HTMX. For example, compare page load time: - https://gitpatch.com/gitpatch/git-demo ht
by shayief 1y ago
I'm building a new Git hosting service, focused on performance and using HTMX. For example, compare page load time:
- https://gitpatch.com/gitpatch/git-demo https://gitpatch.com/gitpatch/git-demo
- https://github.com/git/git https://github.com/git/git
- ramon156 1y agoHow does this compare to codeberg?
- shayief 1y agoCodeberg UI appears to be pretty similar to GitHub, so it's great as GitHub alternative. It's powered by Forgejo, fork of Gitea. Gitpatch is a bit different. It implements a new storage backend and Git library from scratch. It also uses patch-based model for code review vs pull requests, where specially-named branches are used to submit patches and patch stacks.