Mercurial > hg > easyhg
comparison help/topics/11.txt @ 525:721a8e30822b
Merge
author | Chris Cannam |
---|---|
date | Thu, 17 Nov 2011 17:12:39 +0000 |
parents | b3309be1640f |
children |
comparison
equal
deleted
inserted
replaced
524:eea753f1cae8 | 525:721a8e30822b |
---|---|
1 {Opening and initialising things} | |
2 | |
3 I have a folder of source code or documents on my computer and I want to use version control to manage them | |
4 | |
5 To start using version control for a project folder, you need to | |
6 initialise a repository there. EasyMercurial does this for you when | |
7 you open the folder. | |
8 | |
9 *1. Click the Open toolbar button or use File -> Open* | |
10 | |
11 #openfolder50 | |
12 | |
13 *2. Select "File folder" as the thing you want to open* | |
14 | |
15 *3. Browse to your folder* | |
16 | |
17 *4. Click OK* | |
18 | |
19 A new repository will be created, stowed into the working folder you | |
20 selected. At first, it will have an empty history. You can then | |
21 start to add and commit changes to your files. | |
22 | |
23 (You will need to "add" files before you can start to track changes to | |
24 them. The default is for all files in the folder to be treated as | |
25 "untracked", i.e. not included in the history.) | |
26 | |
27 * Note: the equivalent Mercurial command for this is *hg init* |