From: Ben Lynn Date: Tue, 13 Mar 2012 06:57:21 +0000 (-0700) Subject: Added two mirrors. X-Git-Url: https://repo.or.cz/w/gitmagic.git/commitdiff_plain/a27ff8b7ec97b48653e499e24135c0b646f11100 Added two mirrors. Mentioned www.gitmagic.com. --- diff --git a/en/preface.txt b/en/preface.txt index 8c7803e..e4774ac 100644 --- a/en/preface.txt +++ b/en/preface.txt @@ -33,24 +33,18 @@ I'm humbled that so many people have worked on translations of these pages. I greatly appreciate having a wider audience because of the efforts of those named above. -Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Richard Albury, Tarmigan, Derek Mahar, Frode Aannevik, Keith Rarick, Andy Somerville, Ralf Recker, Øyvind A. Holm, Miklos Vajna, Sébastien Hinderer, Thomas Miedema, Joe Malin, Tyler Breisacher, Sonia Hamilton, Julian Haagsma, Romain Lespinasse, Sergey Litvinov, and Oliver Ferrigni contributed corrections and improvements. +Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Richard Albury, Tarmigan, Derek Mahar, Frode Aannevik, Keith Rarick, Andy Somerville, Ralf Recker, Øyvind A. Holm, Miklos Vajna, Sébastien Hinderer, Thomas Miedema, Joe Malin, Tyler Breisacher, Sonia Hamilton, Julian Haagsma, Romain Lespinasse, Sergey Litvinov, Oliver Ferrigni, David Toca, and Сергей Сергеев contributed corrections and improvements. François Marier maintains the Debian package originally created by Daniel Baumann. +John Hinnegan bought the http://www.gitmagic.com/[gitmagic.com] domain. + My gratitude goes to many others for your support and praise. I'm tempted to quote you here, but it might raise expectations to ridiculous heights. If I've left you out by mistake, please tell me or just send me a patch! -*Free Git hosting*: The following sites host public projects for free. -Many thanks to each of them for hosting this guide. - - - http://repo.or.cz/[repo.or.cz] - - http://gitorious.org/[Gitorious] - - http://github.com/[GitHub]: hosts private projects for a fee. - - http://www.assembla.com/[Assembla]: hosts private projects for a fee, though the first gigabyte is free. - === License === 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 @@ -62,4 +56,9 @@ or from one of the mirrors: $ git clone git://github.com/blynn/gitmagic.git $ git clone git://gitorious.org/gitmagic/mainline.git + $ git clone https://code.google.com/p/gitmagic/ $ git clone git://git.assembla.com/gitmagic.git + $ git clone git@bitbucket.org:blynn/gitmagic.git + +GitHub, Assembla, and Bitbucket support private repositories, the latter two +for free.