diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/help/topics/11.txt	Thu Aug 18 17:13:04 2011 +0100
@@ -0,0 +1,26 @@
+{Opening and initialising things}
+
+I have a folder of source code or documents on my computer and I want to use version control to manage it
+
+To start using version control for a project folder, you need to
+initialise a repository there.  
+
+*1. Click the Open toolbar button or use File -> Open*
+
+#openfolder50
+
+*2. Select "File folder" as the thing you want to open*
+
+*3. Browse to your folder*
+
+*4. Click OK*
+
+A new repository will be created, stowed into the working folder you
+selected.  At first, it will have an empty history.  You can then
+start to add and commit changes to your files.
+
+(You will need to "add" files before you can start to track changes to
+them.  The default is for all files in the folder to be treated as
+"untracked", i.e. not included in the history.)
+
+ * Note: the equivalent Mercurial command for this is *hg init*