equivalent alternative git commands - online edit of handbook/computing/qstart-git.html

This commit is contained in:
Philip Sargent 2022-07-23 12:28:21 +01:00
parent 1bb523925e
commit 2cae1cf0ac

View File

@ -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>