Described bisect and blame.
[gitmagic/gitmagic.git] / preface.txt
blob9247f3e08e7b7623f9f7f0bdd6a5a55e8b44ffb3
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 === License ===
24 This guide is released under http://www.gnu.org/licenses/gpl-3.0.html[the GNU General Public License version 3]. Naturally, the source is kept in a Git
25 repository, and can be obtained by typing:
27  $ git clone http://repo.or.cz/r/gitmagic.git  # Creates "gitmagic" directory.
29 See below for other mirrors.
31 === Links ===
33 I once listed some references, but it's too time-consuming to maintain.
34 Besides, anyone can simply use http://www.google.com/[a search engine]
35 to find Git
36 http://www.google.com/search?q=git+tutorial[tutorials],
37 http://www.google.com/search?q=git+guide[guides], and
38 http://www.google.com/search?q=git+comparison[comparisons] with
39 http://www.google.com/search?q=git+subversion[Subversion],
40 http://www.google.com/search?q=git+mercurial[Mercurial], and other version control systems.
42 .Free Git hosting
44  - http://repo.or.cz/[http://repo.or.cz/] hosts free projects,
45 http://repo.or.cz/w/gitmagic.git[including this guide].
46  - http://gitorious.org/[http://gitorious.org/] is another Git hosting site aimed at open-source projects.
47  - 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.