Skip to content
Tech News
← Back to articles

Game of Trees – Git-based version control from OpenBSD folks

read original more articles
Why This Matters

Game of Trees offers a simplified, user-friendly alternative to traditional version control systems, focusing on ease of use for developers, particularly within the OpenBSD community. Its integration with Git ensures compatibility and flexibility, making it a practical choice for developers seeking simplicity without sacrificing functionality. This development could influence future version control tools by emphasizing accessibility and streamlined workflows.

Key Takeaways

Game of Trees 0.127 released July 20, 2026

Game of Trees -portable 0.127 released June 20, 2026

Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers.

Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.

Game of Trees is developed by OpenBSD developers and other contributors. The software is freely usable and re-usable by everyone under a BSD license.