Mercurial > hg-website
comparison text/quick_start.txt @ 200:7ad3b0348ffc
quick_start.txt polishing
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Thu, 25 Jun 2009 00:24:04 +0200 |
parents | 5bc5fe45852a |
children |
comparison
equal
deleted
inserted
replaced
199:4ede00e321b8 | 200:7ad3b0348ffc |
---|---|
1 = Quick Start = | 1 = Quick Start = |
2 | 2 |
3 *This site should get you going at once.* | 3 *This site should get you going at once. You can find a slightly longer quick_start [in the wiki](http://mercurial.selenic.com/wiki/QuickStart)* |
4 | 4 |
5 == Part 0: Instant usage == | 5 == Part 0: Instant usage == |
6 | 6 |
7 *(you know this from the main page)* | 7 *(you know this from the main page)* |
8 | 8 |
47 | 47 |
48 This also helps getting a feeling for what the commands do. | 48 This also helps getting a feeling for what the commands do. |
49 | 49 |
50 (you can also do a lot of finegrained stuff by using different command options. Just call "hg help <command>" to see them). | 50 (you can also do a lot of finegrained stuff by using different command options. Just call "hg help <command>" to see them). |
51 | 51 |
52 One step you'll likely want to do is setting your username in your Mercurial config file. | |
53 | |
54 For this you can configure a proper name and email address in ~/.hgrc (or on a Windows system in %USERPROFILE%\Mercurial.ini) by adding lines such as the following: | |
55 | |
56 [ui] | |
57 username = John Doe <john@example.com> | |
58 | |
52 I you want more than this quick overview, please have a look at our longer [practical guide]({% url workflow_guide %}). | 59 I you want more than this quick overview, please have a look at our longer [practical guide]({% url workflow_guide %}). |
53 | 60 |
54 == Part 2: Understanding Mercurial from Subversion == | 61 == Part 2: Understanding Mercurial == |
55 | 62 |
56 Now we'll look at some of the basic concepts of Mercurial to get a better understanding of its internals: | 63 Now we'll look at some of the basic concepts of Mercurial to get a better understanding of its internals: |
57 | 64 |
58 * Like in Subversion, history consists of a number of commits. They're | 65 * Like in Subversion, history consists of a number of commits. They're |
59 called changesets in Mercurial. | 66 called changesets in Mercurial. |