Blame


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">
9 8797b228 2019-08-04 stsp
10 8797b228 2019-08-04 stsp <table id="project-main" class="not-openbsd">
11 8797b228 2019-08-04 stsp <tr class="align-top">
12 8797b228 2019-08-04 stsp <td>
13 8797b228 2019-08-04 stsp
14 8797b228 2019-08-04 stsp <h1>About Got</h1>
15 8797b228 2019-08-04 stsp <ul>
16 8797b228 2019-08-04 stsp <li><a href="goals.html">Project Goals</a>
17 2efdb28a 2021-09-27 stsp <li><a href="releases/CHANGES">Change Log</a>
18 8797b228 2019-08-04 stsp </ul>
19 8797b228 2019-08-04 stsp <h1>Resources</h1>
20 8797b228 2019-08-04 stsp <ul>
21 8797b228 2019-08-04 stsp <li><a href="manual.html">Manual Pages</a>
22 5333b04d 2023-06-25 stsp <li><a href="got.1.html#EXAMPLES">Examples</a>
23 d96de49a 2019-08-15 stsp <li><a href="faq.html">FAQ</a>
24 c35829d8 2023-02-09 stsp <li><a href="code.html">Source Code</a>
25 acd02108 2023-06-25 stsp <li><a href="comparison.html">Comparison to CVS, SVN, and Git</a>
26 2b499410 2019-10-06 stsp <li><a href="https://www.openbsd.org/papers/eurobsdcon2019-gameoftrees.pdf">Presentation at EuroBSDcon</a>
27 338f3eca 2023-02-09 stsp <li><a href="https://www.openbsd.org/papers/fosdem2023-gotd.pdf">Presentation at FOSDEM</a>
28 ceb5bd58 2019-09-25 stsp <li><a href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees">Mailing List</a>
29 31dc695a 2023-01-22 stsp <li><a href="https://marc.gameoftrees.org/">List Archive 1</a>
30 31dc695a 2023-01-22 stsp <li><a href="https://marc.info/?l=gameoftrees">List Archive 2</a>
31 d78ad925 2021-05-19 stsp <li><a href="ircs://irc.libera.chat:6697/gameoftrees">IRC Channel</a>
32 7780f368 2023-07-12 jrick <li><a href="https://matrix.to/#/#gameoftrees:matrix.org">Matrix Room</a>
33 8797b228 2019-08-04 stsp </ul>
34 8797b228 2019-08-04 stsp <h1>For OpenBSD</h1>
35 8797b228 2019-08-04 stsp <ul>
36 8797b228 2019-08-04 stsp <li><a href="install.html">Installation</a>
37 8797b228 2019-08-04 stsp </ul>
38 c4e69a8d 2020-09-18 stsp <h1>For FreeBSD</h1>
39 c4e69a8d 2020-09-18 stsp <ul>
40 bca7806e 2021-04-05 stsp <li><a href="https://cgit.freebsd.org/ports/log/devel/got"
41 c4e69a8d 2020-09-18 stsp >FreeBSD port</a>
42 c4e69a8d 2020-09-18 stsp </ul>
43 30ad4e6f 2022-04-06 stsp <h1>For NetBSD</h1>
44 8e2a6bfa 2021-02-01 stsp <ul>
45 55203f5c 2021-01-22 stsp <li><a href="portable.html">Portable version</a>
46 8797b228 2019-08-04 stsp </ul>
47 30ad4e6f 2022-04-06 stsp <h1>For Linux</h1>
48 30ad4e6f 2022-04-06 stsp <ul>
49 30ad4e6f 2022-04-06 stsp <li><a href="portable.html">Portable version</a>
50 30ad4e6f 2022-04-06 stsp </ul>
51 30ad4e6f 2022-04-06 stsp <h1>For DragonflyBSD</h1>
52 30ad4e6f 2022-04-06 stsp <ul>
53 30ad4e6f 2022-04-06 stsp <li><a href="portable.html">Portable version</a>
54 30ad4e6f 2022-04-06 stsp </ul>
55 30ad4e6f 2022-04-06 stsp <h1>For MacOS</h1>
56 30ad4e6f 2022-04-06 stsp <ul>
57 30ad4e6f 2022-04-06 stsp <li><a href="portable.html">Portable version</a>
58 30ad4e6f 2022-04-06 stsp </ul>
59 8797b228 2019-08-04 stsp <td>
60 8797b228 2019-08-04 stsp <h1 class="header">
61 3322b94f 2023-07-18 stsp <img src="got.png" height=243 width=400 alt="[Game of Trees]">
62 8797b228 2019-08-04 stsp </h1>
63 8797b228 2019-08-04 stsp
64 8797b228 2019-08-04 stsp <p id="callout">
65 28107199 2024-03-11 stsp <a href="releases/CHANGES">Game of Trees 0.97</a> released March 11, 2024
66 9035fe5e 2022-07-01 stsp <br>
67 0d4c8031 2024-03-11 thomas.ad <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.97</a> released March 11, 2024
68 8797b228 2019-08-04 stsp
69 8797b228 2019-08-04 stsp <p>
70 8797b228 2019-08-04 stsp Game of Trees (Got) is a version control system which prioritizes ease
71 8797b228 2019-08-04 stsp of use and simplicity over flexibility.
72 8797b228 2019-08-04 stsp
73 8797b228 2019-08-04 stsp <p>
74 b91a753c 2021-02-01 stsp Got is still under development; it is being developed on
75 b91a753c 2021-02-01 stsp <a href="https://www.openbsd.org">OpenBSD</a> and its main target audience
76 9fa0b547 2019-08-09 stsp are OpenBSD developers.
77 8797b228 2019-08-04 stsp
78 8797b228 2019-08-04 stsp <p>
79 e0d06aab 2019-08-05 stsp Got uses <a href="https://git-scm.org">Git</a> repositories to store
80 e0d06aab 2019-08-05 stsp versioned data.
81 c5a9365d 2019-08-06 stsp Git can be used for any functionality which has not yet been implemented in Got.
82 c5a9365d 2019-08-06 stsp It will always remain possible to work with both Got and Git on the same
83 c5a9365d 2019-08-06 stsp repository.
84 e0d06aab 2019-08-05 stsp
85 e0d06aab 2019-08-05 stsp <p>
86 84751eb1 2022-07-05 stsp Game of Trees is developed by OpenBSD developers and other contributors.
87 8797b228 2019-08-04 stsp The software is freely usable and re-usable by everyone under
88 8797b228 2019-08-04 stsp a BSD license.
89 8797b228 2019-08-04 stsp
90 3dd5e265 2023-06-28 bentley <blockquote>
91 3dd5e265 2023-06-28 bentley <p>
92 3dd5e265 2023-06-28 bentley <q>No mention of openbsd on the internet is complete without a long thread about source control migration.</q> &mdash; tedu@
93 3dd5e265 2023-06-28 bentley </blockquote>
94 8797b228 2019-08-04 stsp </table>