this post was submitted on 12 Jun 2026
3 points (71.4% liked)
Git
4670 readers
11 users here now
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
- Follow programming.dev rules
- Be excellent to each other, no hostility towards users for any reason
- No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Honestly Git sounds terrible for this. And how is it decentralised if you are using GitHub?
i understand how it must sound but ive thought about it for a while, and it seems ideal for my particular architecture.
github isnt decentralized, but git can have multiple remotes for redundency. you could use multiple providers including selfhosted options.