2012-08-14 19:49:44 +01:00
< html >
< head >
2018-06-28 21:03:32 +01:00
< title > CUCC Expedition Handbook< / title >
< link rel = "stylesheet" type = "text/css" href = "../css/main2.css" / >
2012-08-14 19:49:44 +01:00
< / head >
< body >
2018-06-28 21:03:32 +01:00
< 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.
2012-08-14 19:49:44 +01:00
< h2 > Before you start< / h2 >
2017-08-18 23:43:16 +01:00
cd ~loser< / br >
2012-08-14 19:49:44 +01:00
hg diff< / br >
2018-06-28 21:03:32 +01:00
< 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 >
2012-08-14 19:49:44 +01:00
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
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 >
2018-06-28 21:03:32 +01:00
< 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 >
2012-08-14 19:49:44 +01:00
< / html >