Mercurial > hg > easyhg
comparison help/a-04.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 | 41a156d439d0 |
children |
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>What is a repository?</h2> | 4 <h2>What is a repository?</h2> |
6 | 5 |
7 <p>When you use a version control system to keep track of your changes to | 6 <p>When you use a version control system to keep track of your changes to |
35 this may be a “master copy” of your project stored on a server | 34 this may be a “master copy” of your project stored on a server |
36 elsewhere, which you and your collaborators can use to keep up with | 35 elsewhere, which you and your collaborators can use to keep up with |
37 each other's work, or which you can use to make your work public, or | 36 each other's work, or which you can use to make your work public, or |
38 simply use as a private backup.</p> | 37 simply use as a private backup.</p> |
39 | 38 |
40 <hr><p><a href="topics.html">Back to Topics</a></p> |