Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Dojos: Git is dead. Long live Git

The article introduces Dojos as a decentralized methodology and tool for managing large software projects, arguing Git's model is outdated. Dojos aims to extend Git's distributed vision with features like automatic conflict resolution and AI merge tools.

Background

- **Dojos** is a proposed Git-based system designed to host large binary files (videos, datasets, audio) that traditional Git handles poorly due to its text-centric design and memory limits. It treats a repository as a peer-to-peer network of "dojos" (nodes), not a single central server.