comparison text/learn_mercurial.txt @ 199:4ede00e321b8

Finished concept for the learning link site.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 25 Jun 2009 00:23:46 +0200
parents 97ce48578795
children 88364e82ca61
comparison
equal deleted inserted replaced
198:97ce48578795 199:4ede00e321b8
1 = Learn Mercurial = 1 = Learn Mercurial =
2 2
3 *Here you can find links to resources for learning Mercurial* 3 *Here you can find links to resources for learning Mercurial*
4 4
5 * Quick_Start (instant Mercurial, this site) 5 * Quick_Start
6 Get started using Mercurial and understanding its basic concepts.
6 7
7 * Quick_Start from wiki (learn the basics) 8 * Quick_Start from wiki: http://mercurial.selenic.com/wiki/QuickStart
9 Learn the basic Mercurial commands. A bit more verbose than the short quick start above.
8 10
9 (* TortoiseHG basics (For the Mercurial GUI) - when acessed from a windows box) 11 (* TortoiseHG basics (For the Mercurial GUI) - when acessed from a windows box)
10 12
11 * workflow_guide (learn using Mercurial step by step) 13 * workflow_guide
14 Learn using Mercurial step by step in workflows. This guide skips the conceptual explanations to focus only on the practical usage.
12 15
13 * hgbook (an in depth look into Mercurial "This book from ... gives a detailed and easy to read introduction to Mercurial and the philosophy behind it. It goes from the basic to advanced topics like Mercurial Queues for patch management") 16 * hgbook
17 The free book from Brian o Sullivan gives a detailed and easy to read introduction to Mercurial and the philosophy behind it.
14 18
15 * Other resources (links in the wiki, publicly editable. If you wrote some guide yourself, maybe for your team or for friends of yours, please add it!) 19 (* Other resources (links in the wiki, publicly editable. If you wrote some guide yourself, maybe for your team or for friends of yours, please add it!) - it might be useful to have such a page in the wiki! )