1 8797b228 2019-08-04 stsp <!doctype html>
2 8797b228 2019-08-04 stsp <html lang=en>
3 8797b228 2019-08-04 stsp <meta charset=utf-8>
4 8797b228 2019-08-04 stsp <title>Game of Trees</title>
5 8797b228 2019-08-04 stsp <meta name="description" content="the main Game of Trees page">
6 8797b228 2019-08-04 stsp <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
7 8c7a8b00 2019-08-09 stsp <link rel="canonical" href="https://gameoftrees.org/index.html">
8 8797b228 2019-08-04 stsp <link rel="stylesheet" href="openbsd.css">
10 8797b228 2019-08-04 stsp <table id="project-main" class="not-openbsd">
11 8797b228 2019-08-04 stsp <tr class="align-top">
14 8797b228 2019-08-04 stsp <h1>About Got</h1>
16 8797b228 2019-08-04 stsp <li><a href="goals.html">Project Goals</a>
18 8797b228 2019-08-04 stsp <h1>Resources</h1>
20 8797b228 2019-08-04 stsp <li><a href="manual.html">Manual Pages</a>
22 8797b228 2019-08-04 stsp <h1>For OpenBSD</h1>
24 8797b228 2019-08-04 stsp <li><a href="install.html">Installation</a>
25 8797b228 2019-08-04 stsp <li><a href="code.html">Get source code</a>
28 8797b228 2019-08-04 stsp <h1>For other systems</h1>
30 8797b228 2019-08-04 stsp <li><a href="portable.html">FreeBSD</a>
35 8797b228 2019-08-04 stsp <h1 class="header">
36 8797b228 2019-08-04 stsp <img src="got.png" height=243 width=400 alt="[Game of Trees]">
39 8797b228 2019-08-04 stsp <p id="callout">
40 d6c5320e 2019-08-05 stsp Game of Trees is a work in progress...
43 8797b228 2019-08-04 stsp Game of Trees (Got) is a version control system which prioritizes ease
44 8797b228 2019-08-04 stsp of use and simplicity over flexibility.
47 9fa0b547 2019-08-09 stsp Got is still under development; it is being developed exclusively on
48 9fa0b547 2019-08-09 stsp <a href="https://www.openbsd.org">OpenBSD</a> and its target audience
49 9fa0b547 2019-08-09 stsp are OpenBSD developers.
52 e0d06aab 2019-08-05 stsp Got uses <a href="https://git-scm.org">Git</a> repositories to store
53 e0d06aab 2019-08-05 stsp versioned data.
54 e0d06aab 2019-08-05 stsp At present, Got supports local version control operations only.
55 c5a9365d 2019-08-06 stsp Git can be used for any functionality which has not yet been implemented in Got.
56 c5a9365d 2019-08-06 stsp It will always remain possible to work with both Got and Git on the same
60 8797b228 2019-08-04 stsp Game of Trees is developed by <a href="https://stsp.name">Stefan Sperling</a>
61 c5a9365d 2019-08-06 stsp with occasional help and support from other OpenBSD developers</a>.
62 8797b228 2019-08-04 stsp The software is freely usable and re-usable by everyone under
63 8797b228 2019-08-04 stsp a BSD license.
65 e5b41b2e 2019-08-06 stsp <p id="callout">
66 e5b41b2e 2019-08-06 stsp <i>"No mention of openbsd on the internet is complete without a long thread about source control migration."</i> -- tedu@