Mercurial > hg > easyhg
comparison help/topics/11.txt @ 495:e6141a238811
A bit more Help
author | Chris Cannam |
---|---|
date | Thu, 18 Aug 2011 17:13:04 +0100 |
parents | |
children | fb95d70c80d5 |
comparison
equal
deleted
inserted
replaced
494:41a156d439d0 | 495:e6141a238811 |
---|---|
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 it | |
4 | |
5 To start using version control for a project folder, you need to | |
6 initialise a repository there. | |
7 | |
8 *1. Click the Open toolbar button or use File -> Open* | |
9 | |
10 #openfolder50 | |
11 | |
12 *2. Select "File folder" as the thing you want to open* | |
13 | |
14 *3. Browse to your folder* | |
15 | |
16 *4. Click OK* | |
17 | |
18 A new repository will be created, stowed into the working folder you | |
19 selected. At first, it will have an empty history. You can then | |
20 start to add and commit changes to your files. | |
21 | |
22 (You will need to "add" files before you can start to track changes to | |
23 them. The default is for all files in the folder to be treated as | |
24 "untracked", i.e. not included in the history.) | |
25 | |
26 * Note: the equivalent Mercurial command for this is *hg init* |