expoweb/handbook/checkin.htm

25 lines
780 B
HTML
Raw Normal View History

2012-08-14 19:49:44 +01:00
<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>
&nbsp;&nbsp;&nbsp;&nbsp;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>
2015-06-21 15:01:07 +01:00
&nbsp;&nbsp;&nbsp;&nbsp;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/>
2012-08-14 19:49:44 +01:00
<b>If there are any errors then STOP, and get someone to fix it.</b><br/>
2015-06-21 15:01:07 +01:00
hg push<br/></body>
2012-08-14 19:49:44 +01:00
</html>