commit 4e7060d19ce95c0ddf33a2a577d7061e1b9859e4 from: Stefan Sperling date: Mon Sep 27 14:30:24 2021 UTC show how Got's own repository can be cloned with got(1) if already installed commit - 2efdb28ae0518783c0b6283d8b98c7aa73fb3189 commit + 4e7060d19ce95c0ddf33a2a577d7061e1b9859e4 blob - 54c36c8265aafb70da8de44df4f21c2beec000a2 blob + 78fcdd110e2122e5fbc20c62836b6b136e6591e9 --- code.html +++ code.html @@ -34,6 +34,14 @@ git clone git://git.gameoftrees.org/got.git

+If the got(1) utility is already installed it can +be used instead of Git to clone the repository and check out a work tree: +

+got clone git://git.gameoftrees.org/got.git
+got checkout got.git
+
+ +

A web interface for browsing is also available: https://git.gameoftrees.org/gitweb blob - 252c47daaed0b593c95e51cf25ef444b5163c88b blob + c2adbf6da6793b3c97ab7578245b3c573c4f8621 --- portable.html +++ portable.html @@ -45,6 +45,13 @@ because it does not use encryption: git clone git://git.gameoftrees.org/got-portable.git +If the got(1) utility is already installed it can +be used instead of Git to clone the repository and check out a work tree: +

+got clone git://git.gameoftrees.org/got-portable.git
+got checkout got-portable.git
+
+

A web interface for browsing is also available: