comparison help/topics.html @ 499:b3309be1640f

More help. This I think will do for 1.0.
author Chris Cannam
date Mon, 22 Aug 2011 21:31:55 +0100
parents 21aa41b62c3a
children f56e5c39aad1
comparison
equal deleted inserted replaced
498:21aa41b62c3a 499:b3309be1640f
5 5
6 <h3>Terminology</h3> 6 <h3>Terminology</h3>
7 <p><a href="a-04.html">What is a repository?</a></p> 7 <p><a href="a-04.html">What is a repository?</a></p>
8 <h3>Opening and initialising things</h3> 8 <h3>Opening and initialising things</h3>
9 <p><a href="a-10.html">Someone gave me a repository URL and asked me to clone it</a></p> 9 <p><a href="a-10.html">Someone gave me a repository URL and asked me to clone it</a></p>
10 <p><a href="a-11.html">I have a folder of source code or documents on my computer and I want to use version control to manage it</a></p> 10 <p><a href="a-11.html">I have a folder of source code or documents on my computer and I want to use version control to manage them</a></p>
11 <p><a href="a-12.html">I want to start a completely new project using version control</a></p> 11 <p><a href="a-12.html">I want to start a new project using version control</a></p>
12 <p><a href="a-13.html">I have a Mercurial repository on my local computer already and I want to use it with EasyMercurial</a></p> 12 <p><a href="a-13.html">I have a Mercurial repository on my local computer already and I want to use it with EasyMercurial</a></p>
13 <h3>Making changes</h3> 13 <h3>Making changes</h3>
14 <p><a href="a-20.html">I've added a new file: what do I do with it?</a></p> 14 <p><a href="a-20.html">I've added a new file: what do I do with it?</a></p>
15 <p><a href="a-21.html">I have changed some files and I want to record the changes</a></p> 15 <p><a href="a-21.html">I have changed some files and I want to record the changes</a></p>
16 <p><a href="a-22.html">I want to remove, rename, or copy a file</a></p> 16 <p><a href="a-22.html">I want to remove, rename, or copy a file</a></p>
17 <p><a href="a-23.html">I just deleted a file using the system file manager &ndash; then remembered I hadn't told the version control tool about it &ndash; what now?</a></p> 17 <p><a href="a-23.html">I just deleted a file using the system file manager &ndash; then remembered I hadn't told the version control tool about it &ndash; what now?</a></p>
18 <h3>Sharing changes</h3> 18 <h3>Sharing changes</h3>
19 <p><a href="a-30.html">I have committed some changes &ndash; how do I share them with my colleagues?</a></p> 19 <p><a href="a-30.html">I have committed some changes &ndash; how do I share them with my colleagues?</a></p>
20 <p><a href="a-31.html">I want to let my colleagues pull changes from my local repository</a></p> 20 <p><a href="a-31.html">I want to let my colleagues pull changes directly from my local repository</a></p>
21 <p><a href="a-32.html">I want to push my changes to a master repository shared with my colleagues</a></p> 21 <p><a href="a-32.html">I want to put my changes into a master repository shared with my colleagues</a></p>
22 <p><a href="a-33.html">I tried to push my changes, but it told me &ldquo;the remote repository may have been changed by someone else&rdquo; and refused</a></p>