mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-27 06:35:20 +00:00
Pushing obscure and old info deeper, putting idiot-guides at the top
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>CUCC Expedition Handbook: Updating the website</title>
|
||||
<title>CUCC Expedition Handbook</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>'Easy' guide to mercurial</h1>
|
||||
<h1>'Easy' short guide to mercurial</h1>
|
||||
<p>Beginners: STOP here. This is not for you. You will be using Tortoise, a visual graphical interface to mercurial. Go <a href="index.htm">back</a> to safety now.
|
||||
<p>Experts: do this in a terminal window on the Expo laptop. This uses the command line, not a graphical user interface.
|
||||
<h2>Before you start</h2>
|
||||
cd ~loser</br>
|
||||
hg diff</br>
|
||||
<b>If any changes are displayed, commit them:</b></br>
|
||||
<b>If any changes are displayed, commit them (you will need to find out what they are by looking at the files listed):</b></br>
|
||||
hg commit -m "<i>surveys in Pooh Passage which John did</i>" -u "<i>YourName</i>"</br>
|
||||
hg fetch</br>
|
||||
<b>If there are any errors then STOP, and get someone to fix it.</b>
|
||||
@@ -20,5 +22,20 @@ hg commit -m "<i>surveys of 200m pitch in Far End</i>" -u <i>"YourName"</i><br/>
|
||||
hg fetch<br/>
|
||||
<b>If there are any errors then STOP, and get someone to fix it.</b><br/>
|
||||
hg push<br/></body>
|
||||
<hr>
|
||||
<ul id="links">
|
||||
<li><a href="index.htm">Expedition Handbook</a>
|
||||
<ul>
|
||||
<li><a href="survey/index.htm">Surveying guide</a></li>
|
||||
<li><a href="look4.htm">Prospecting guide</a></li>
|
||||
<li><a href="rescue.htm">Rescue guide</a></li>
|
||||
<li><a href="rigit.htm">Rigging guide</a></li>
|
||||
<li><a href="photo.htm">Photography guide</a></li>
|
||||
</ul></li>
|
||||
<li><a href="../infodx.htm">Index to info/topics</a></li>
|
||||
|
||||
<li><a href="../index.htm">Back to Expedition Intro</a></li>
|
||||
<li><a href="../../index.htm">Back to CUCC Home</a></li>
|
||||
</ul>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user