mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
25 lines
780 B
HTML
25 lines
780 B
HTML
|
|
<html>
|
|
<head>
|
|
<title>CUCC Expedition Handbook: Updating the website</title>
|
|
</head>
|
|
<body>
|
|
<h1>'Easy' guide to mercurial</h1>
|
|
<h2>Before you start</h2>
|
|
cd ~/expofiles/loser</br>
|
|
hg diff</br>
|
|
<b>If any changes are displayed, commit them:</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>
|
|
</html>
|
|
|