Linked to Portuguese translation.
[gitmagic/gitmagic.git] / en / preface.txt
blob8944dcb834d4adfca7cfb168ce90ca08abd38ca9
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.
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 .Translations
15  - http://docs.google.com/View?id=dfwthj68_675gz3bw8kj[Chinese (Simplified)]: by JunJie, Meng and JiangWei.
16  - link:/~blynn/gitmagic/intl/es/[Spanish]: by Rodrigo Toledo.
17  - http://www.slideshare.net/slide_user/magia-git[Portuguese]: by Leonardo Siqueira Rodrigues [http://www.slideshare.net/slide_user/magia-git-verso-odt[ODT version]].
19 .Other Editions
21  - link:book.html[Single webpage]: barebones HTML, with no CSS.
22  - link:book.pdf[PDF file]: printer-friendly.
23  - http://packages.debian.org/search?searchon=names&keywords=gitmagic[Debian package]: get a fast and local copy of this site. http://packages.ubuntu.com/jaunty/gitmagic[Ubuntu package (Jaunty Jackalope)] also available. Handy http://csdcf.stanford.edu/status/[when this server is offline for maintenance].
25 === Thanks! ===
27 Kudos to Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone,
28 Michael Budde, Richard Albury, Tarmigan, Derek Mahar, Frode Aannevik, and
29 Keith Rarick for suggestions and improvements. Thanks to Daniel Baumann for
30 creating and maintaining the Debian package. Thanks also to JunJie, Meng and
31 JiangWei for the Chinese translation, and Rodrigo Toledo for the Spanish
32 translation. [If I've left you out, please tell me because I often forget to
33 update this section.]
35 My gratitute goes to many others for your support and praise. I wish this were a real physical book, so I could quote your generous words on the cover to promote it! In seriousness, I greatly appreciate each message. Reading one always brightens my mood.
37 .Free Git hosting
39  - http://repo.or.cz/[http://repo.or.cz/] hosts free projects. The first Git hosting site. Founded and maintained by one of the earliest Git developers.
40  - http://gitorious.org/[http://gitorious.org/] is another Git hosting site aimed at open-source projects.
41  - http://github.com/[http://github.com/] hosts open-source projects for free, and private projects for a fee.
43 Many thanks to each of these sites for hosting this guide.
45 === License ===
47 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
48 repository, and can be obtained by typing:
50  $ git clone git://repo.or.cz/gitmagic.git  # Creates "gitmagic" directory.
52 or from one of the mirrors:
54  $ git clone git://github.com/blynn/gitmagic.git
55  $ git clone git://gitorious.org/gitmagic/mainline.git