mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-12-18 06:22:22 +00:00
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:
parent
fa8dadcce5
commit
82aa73c043
@ -28,7 +28,7 @@
|
||||
<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 (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>
|
||||
</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>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>
|
||||
|
||||
<h3>git use on your machine</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user