WebGlossary.info
Distributed version control system
- A form of version control in which the complete code base, including its full history, is mirrored on every developer’s computer. This enables automatic management branching and merging, speeds up most operations (except pushing and pulling), improves the ability to work offline, and does not rely on a single location for backups. ← Wikipedia
- More about this term (beta): Web search, articles and videos, books
- Previous term: Distributed persistent rendering
- Next term: Dither
- Random term: Code refactoring