From 4307ec5fdc2fd1a4ac27f10614cfe9c509fa872f Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 8 Aug 2022 14:30:56 +0200 Subject: [PATCH] Fix url for a clone clone example. --- handbook/computing/qstart-git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html index 12cd942dd..3a40b09e8 100644 --- a/handbook/computing/qstart-git.html +++ b/handbook/computing/qstart-git.html @@ -29,7 +29,7 @@ or equivalently git clone ssh://expo@expo.survex.com/home/expo/loser
or more compactly - git clone ssh://expo@expo.survex.com:loser the : is shorthand for relative to the home directory of the logged-in user, which is 'expo'.
+ git clone expo@expo.survex.com:loser the : is shorthand for relative to the home directory of the logged-in user, which is 'expo'.
drawings
These are the therion and tunnel cave vector drawing files. You need this if you are 'tunneling' a lot of cave surveys.git clone ssh://expo@expo.survex.com:drawings (read/write)