Add github.com host
[gitmagic/gitmagic.git] / preface.txt
bloba87e5da7e115f519bad0a284bf6f27362f897617
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 === Thanks! ===
15 Kudos to Dustin Sallings, Alberto Bertogli, Douglas Livingstone, and Michael Budde for suggestions and improvements. [If I've left you out, please tell me because I often forget to update this section.]
17 === Links ===
19 I once listed some references, but it's too time-consuming to maintain.
20 Besides, anyone can simply use http://www.google.com/[a search engine]
21 to find Git
22 http://www.google.com/search?q=git+tutorial[tutorials],
23 http://www.google.com/search?q=git+guide[guides], and
24 http://www.google.com/search?q=git+comparison[comparisons] with
25 http://www.google.com/search?q=git+subversion[Subversion],
26 http://www.google.com/search?q=git+mercurial[Mercurial], and other version control systems.
28 .Free Git hosting
30  - http://repo.or.cz/[http://repo.or.cz/] hosts free projects,
31 http://repo.or.cz/w/gitmagic.git[including this guide].
32  - http://gitorious.org/[http://gitorious.org/] is another Git hosting site aimed at open-source projects.
33  - 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.