mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 16:52:00 +00:00
42 lines
1.7 KiB
HTML
42 lines
1.7 KiB
HTML
<html>
|
|
<head>
|
|
<title>CUCC Expedition Handbook</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
|
</head>
|
|
<body>
|
|
<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 (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>
|
|
|
|
<h2>Make your changes, then:</h2>
|
|
<b>If you have added new files:</b></br>
|
|
hg add <i>file1 file2 file3</i><br/>
|
|
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="rig/rigit.html">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>
|
|
|