From 2cae1cf0accf1a8d2d7de1fdeaf0f37e08d531bf Mon Sep 17 00:00:00 2001
From: Philip Sargent <philip.sargent@klebos.com>
Date: Sat, 23 Jul 2022 12:28:21 +0100
Subject: [PATCH] equivalent alternative git commands - online edit of
 handbook/computing/qstart-git.html

---
 handbook/computing/qstart-git.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html
index 2cf202589..121ec8551 100644
--- a/handbook/computing/qstart-git.html
+++ b/handbook/computing/qstart-git.html
@@ -23,10 +23,15 @@
 
 <dl>
 
-<dt>loser (The survey data)</dt><dd>This is all the survex files. You need this if you are rearranging and editing a lot of survey files.<tt>git clone ssh://expo@expo.survex.com/~/loser</tt> (read/write)<br> 
+<dt>loser (The survey data)</dt><dd>This is all the survex files. You need this if you are rearranging and editing a lot of survey files.
+  <tt>git clone ssh://expo@expo.survex.com/~/loser</tt> (read/write)<br> 
+    or equivalently
+  <tt>git clone ssh://expo@expo.survex.com/home/expo/loser</tt><br>
+  or more compactly
+  <tt>git clone ssh://expo@expo.survex.com:loser</tt> the : is shorthand for relative to the home directory of the logged-in user, which is 'expo'.<br> 
 </dd>
 
-<dt>drawings</dt><dd>These are the therion and tunnel cave vector drawing files. You need this if you are 'tunneling' a lot of cave surveys.<tt>git clone ssh://expo@expo.survex.com/home/expo/drawings</tt> (read/write)</dd>
+  <dt>drawings</dt><dd>These are the therion and tunnel cave vector drawing files. You need this if you are 'tunneling' a lot of cave surveys.<tt>git clone ssh://expo@expo.survex.com:drawings</tt> (read/write)</dd>
 
 <dt>expoweb</dt><dd>These are all webpages, mostly the expo handbook. You need this only if you are editing a lot of handbook pages.<tt>git clone ssh://expo@expo.survex.com/home/expo/expoweb</tt> (read/write)</dd>