git clone without ssh - online edit of handbook/computing/qstart-git.html [PosixPath('/home/philip/expo/expoweb/handbook/computing/qstart-git.html')]

This commit is contained in:
Philip Sargent 2024-12-15 23:37:30 +00:00
parent fa8dadcce5
commit 82aa73c043

View File

@ -28,7 +28,7 @@
<tt>git clone ssh://expo@expo.survex.com/~/loser</tt> (read/write)<br> <tt>git clone ssh://expo@expo.survex.com/~/loser</tt> (read/write)<br>
or equivalently or equivalently
<tt>git clone ssh://expo@expo.survex.com/home/expo/loser</tt><br> <tt>git clone ssh://expo@expo.survex.com/home/expo/loser</tt><br>
or more compactly (though this syntax doesn't work formany installations): or more compactly (though this syntax doesn't work for many installations):
<tt>git clone expo@expo.survex.com:loser</tt> the : is shorthand for relative to the home directory of the logged-in user, which is 'expo'.<br> <tt>git clone 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> </dd>
@ -37,6 +37,7 @@
<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/~/expoweb</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/~/expoweb</tt> (read/write)</dd>
<dt>troggle</dt><dd>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.<tt>git clone ssh://expo@expo.survex.com/~/troggle</tt> (read/write)</dd> <dt>troggle</dt><dd>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.<tt>git clone ssh://expo@expo.survex.com/~/troggle</tt> (read/write)</dd>
<dd>.<tt><font color=blue>git clone http://expo.survex.com/repositories/troggle/.git</font></tt> (read only) This does not need the key-pair set-up and is very useful for getting the installation scripts.</dd>
</dl> </dl>
<h3>git use on your machine</h3> <h3>git use on your machine</h3>