Minor edits.
[gitmagic/gitmagic.git] / preface.txt
blob582bcabad5f48f7b89ba7a24fa9afd48d873c126
1 = Git Magic =
2 Ben Lynn
3 August 2007
5 == Preface ==
7 http://git.or.cz/[Git] is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. I'm recording what I've figured out so far in these pages, because I initially had difficulty understanding http://www.kernel.org/pub/software/scm/git/docs/user-manual.html[the Git user manual].
9 As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities.
11 Rather than go into details, we provide rough instructions for particular effects. After repeated use, gradually you will understand how each trick works, and how to tailor the recipes for your needs.
13 .Other Editions
15  - link:book.html[Single webpage]: barebones HTML, with no CSS.
16  - link:book.pdf[PDF file]: printer-friendly.
18 === Thanks! ===
20 Kudos to Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Richard Albury, Tarmigan and Derek Mahar for suggestions and improvements. [If I've left you out, please tell me because I often forget to update this section.]
22 === Links ===
24 I once listed some references, but it's too time-consuming to maintain.
25 Besides, anyone can simply use http://www.google.com/[a search engine]
26 to find Git
27 http://www.google.com/search?q=git+tutorial[tutorials],
28 http://www.google.com/search?q=git+guide[guides], and
29 http://www.google.com/search?q=git+comparison[comparisons] with
30 http://www.google.com/search?q=git+subversion[Subversion],
31 http://www.google.com/search?q=git+mercurial[Mercurial], and other version control systems.
33 .Free Git hosting
35  - http://repo.or.cz/[http://repo.or.cz/] hosts free projects,
36 http://repo.or.cz/w/gitmagic.git[including this guide].
37  - http://gitorious.org/[http://gitorious.org/] is another Git hosting site aimed at open-source projects.
38  - http://github.com/[http://github.com/] hosts open-source projects for free, http://github.com/blynn/gitmagic/tree/master[including this guide], and private projects for a fee.