comparison help/topics/12.txt @ 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
comparison
equal deleted inserted replaced
498:21aa41b62c3a 499:b3309be1640f
1 {Opening and initialising things} 1 {Opening and initialising things}
2 2
3 I want to start a completely new project using version control 3 I want to start a new project using version control
4 4
5 To start using version control for an initially empty project, just 5 You can initialise a repository in an empty folder, in order to start
6 initialise a repository in an empty folder: 6 using version control for a new project:
7 7
8 *1. Click the Open toolbar button or use File -> Open* 8 *1. Click the Open toolbar button or use File -> Open*
9 9
10 #openfolder50 10 #openfolder50
11 11
15 15
16 *4. Click OK* 16 *4. Click OK*
17 17
18 A new repository will be created, stowed into the empty working folder 18 A new repository will be created, stowed into the empty working folder
19 you selected. At first, it will have an empty history. You can then 19 you selected. At first, it will have an empty history. You can then
20 start to add and commit changes to your files. 20 start to add files and commit changes to your files.
21 21
22 * Note: the equivalent Mercurial command for this is *hg init* 22 * Note: the equivalent Mercurial command for this is *hg init*