comparison help/a-11.html @ 498:21aa41b62c3a

Add back/forward/home to Help window, and some Help edits
author Chris Cannam
date Mon, 22 Aug 2011 18:46:06 +0100
parents fb95d70c80d5
children b3309be1640f
comparison
equal deleted inserted replaced
497:a9032181c37d 498:21aa41b62c3a
1 <link rel="stylesheet" type="text/css" href="help.css"/> 1 <link rel="stylesheet" type="text/css" href="help.css"/>
2 <p><a href="topics.html">Back to Topics</a></p><hr>
3 2
4 3
5 <h2>I have a folder of source code or documents on my computer and I want to use version control to manage it</h2> 4 <h2>I have a folder of source code or documents on my computer and I want to use version control to manage it</h2>
6 5
7 <p>To start using version control for a project folder, you need to 6 <p>To start using version control for a project folder, you need to
24 23
25 <p>(You will need to &ldquo;add&rdquo; files before you can start to track changes to 24 <p>(You will need to &ldquo;add&rdquo; files before you can start to track changes to
26 them. The default is for all files in the folder to be treated as 25 them. The default is for all files in the folder to be treated as
27 &ldquo;untracked&rdquo;, i.e. not included in the history.) 26 &ldquo;untracked&rdquo;, i.e. not included in the history.)
28 <ul><li>Note: the equivalent Mercurial command for this is <b>hg init</b></li></ul> 27 <ul><li>Note: the equivalent Mercurial command for this is <b>hg init</b></li></ul>
29 <hr><p><a href="topics.html">Back to Topics</a></p>