From 967ce9e599451664a1a5ffb4d618f16cd413446d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 20 Jun 2020 17:27:12 +0100 Subject: [PATCH] need /home/expo in git clone command. colon fails. --- handbook/computing/qstart-git.html | 2 +- handbook/computing/yourlaptop.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html index fde8f6a72..7a4256c69 100644 --- a/handbook/computing/qstart-git.html +++ b/handbook/computing/qstart-git.html @@ -17,7 +17,7 @@

You can read or clone these repos without any control, but to write ("push") to them you will need to use ssh://expo@expo.survex.com and set up the key exchange.

NOTE: always use user 'expo' as the login user (ssh://expo@...) even though within git you will be identified by your own ssh key name.

Open a terminal in a new directory, e.g. /tmp/experiments/ in which you want to create the repo. It will automatically create a folder with the repo name e.g.'troggle' in that directory.

-
expoweb (The data management system)
git clone ssh://expo@expo.survex.com:expoweb (read/write)
troggle (The data management system backend)
git clone ssh://expo@expo.survex.com:troggle (read/write)
loser (The survey data) - this will fail until it is moved from hg to git
git clone ssh://expo@expo.survex.com:loser (read/write)
drawings
git clone ssh://expo@expo.survex.com:drawings (read/write)
+
expoweb (The data management system)
git clone ssh://expo@expo.survex.com/home/expo/expoweb (read/write)
troggle (The data management system backend)
git clone ssh://expo@expo.survex.com/home/expo/troggle (read/write)
loser (The survey data) - this will fail until it is moved from hg to git
git clone ssh://expo@expo.survex.com:loser (read/write)
drawings
git clone ssh://expo@expo.survex.com/home/expo/drawings (read/write)

Using git

git bread & butter commands subsetYou may find these useful: