Commit Diff


commit - cc85973b1fe6b3135eec29851b66a474bfc9e379
commit + 59700934321f83e0a6a1a6a096615065e6435e7a
blob - 136e6efa96539229d16b78d9fd38f153751e960f
blob + 3d1013bf89040a3fd06c5bdcc40e9c37f7281ab0
--- code.html
+++ code.html
@@ -20,5 +20,25 @@ Source code for released versions is available in the
 <a href="releases/">releases</a> directory.
 
 <p>
+The official Game of Trees Git repository can be cloned from
+git.gameoftrees.org:
+<p>
+<tt>
+git clone https://git.gameoftrees.org/got.git
+
+<p>
+Git protocol access is also available if needed, but is discouraged
+because it does not use encryption:
+<p>
+<tt>
+git clone git://git.gameoftrees.org/got.git
+</tt>
+
+<p>
+A read-only web interface for browsing is also available:
+<a href="https://git.gameoftrees.org/gitweb"
+>https://git.gameoftrees.org/gitweb</a>
+
+<p>
 A read-only clone of the Game of Trees Git repository is available at
-<a href="https://framagit.org/stsp/got">https://framagit.org/stsp/got</a>.
+<a href="https://framagit.org/stsp/got">https://framagit.org/stsp/got</a>