Commit Diff


commit - 2efdb28ae0518783c0b6283d8b98c7aa73fb3189
commit + 4e7060d19ce95c0ddf33a2a577d7061e1b9859e4
blob - 54c36c8265aafb70da8de44df4f21c2beec000a2
blob + 78fcdd110e2122e5fbc20c62836b6b136e6591e9
--- code.html
+++ code.html
@@ -34,6 +34,14 @@ git clone git://git.gameoftrees.org/got.git
 </pre>
 
 <p>
+If the <a href="got.1.html">got(1)</a> utility is already installed it can
+be used instead of Git to clone the repository and check out a work tree:
+<pre class="cmdbox">
+got clone git://git.gameoftrees.org/got.git
+got checkout got.git
+</pre>
+
+<p>
 A web interface for browsing is also available:
 <a href="https://git.gameoftrees.org/gitweb"
 >https://git.gameoftrees.org/gitweb</a>
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
 </pre>
 
+If the <a href="got.1.html">got(1)</a> utility is already installed it can
+be used instead of Git to clone the repository and check out a work tree:
+<pre class="cmdbox">
+got clone git://git.gameoftrees.org/got-portable.git
+got checkout got-portable.git
+</pre>
+
 <p>
 A web interface for browsing is also available:
 <a href="https://git.gameoftrees.org/gitweb"