From d05cb4717cb57b4e61872b45528d4a7a7e22b516 Mon Sep 17 00:00:00 2001 From: Expo on server Date: Wed, 12 Oct 2022 11:09:09 +0100 Subject: [PATCH] git syntax with : fails these days - online edit of handbook/computing/qstart-git.html --- handbook/computing/qstart-git.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html index 3a40b09e8..299882d30 100644 --- a/handbook/computing/qstart-git.html +++ b/handbook/computing/qstart-git.html @@ -28,15 +28,15 @@ git clone ssh://expo@expo.survex.com/~/loser (read/write)
or equivalently git clone ssh://expo@expo.survex.com/home/expo/loser
- or more compactly + or more compactly (though this syntax doesn't work formany installations): 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)
+
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)
-
expoweb
These are all webpages, mostly the expo handbook. You need this only if you are editing a lot of handbook pages.git clone ssh://expo@expo.survex.com:expoweb (read/write)
+
expoweb
These are all webpages, mostly the expo handbook. You need this only if you are editing a lot of handbook pages.git clone ssh://expo@expo.survex.com/~/expoweb (read/write)
-
troggle
This is the python code that runs troggle and generates 2,000 webpages of reports and tables. This is what you need for software development.git clone ssh://expo@expo.survex.com:troggle (read/write)
+
troggle
This is the python code that runs troggle and generates 2,000 webpages of reports and tables. This is what you need for software development.git clone ssh://expo@expo.survex.com/~/troggle (read/write)

git use on your machine