Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55300 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7755 invoked from network); 8 Sep 2011 06:49:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2011 06:49:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.28 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.28 out4.smtp.messagingengine.com Received: from [66.111.4.28] ([66.111.4.28:54133] helo=out4.smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/E2-05788-675686E4 for ; Thu, 08 Sep 2011 02:49:26 -0400 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B50F829808 for ; Thu, 8 Sep 2011 02:49:23 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute6.internal (MEProxy); Thu, 08 Sep 2011 02:49:23 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=R/mXTmisvM90zFmqLK32rE pbU6I=; b=kMUgI3AZntZSdXOASTDbL69b1NgfrJaOra/xf5xH+jn4qoZC+p708Y 6aYLFhMAFat/xerNZ3hRNtZ3BjK44+l3MD+YlMbV6pR2RSQml78/yISgvvCEjRic SKZ8XTt6pL8a4iq1rYman1lDlnrmGNFxsawNfQo2ORXlTgoP3VnLI= X-Sasl-enc: csXDEH6PaZ5BA+osJV/AXizT3Tfb782qy7k7MHWNgZi1 1315464563 Received: from linux-nkec.site (rrcs-74-62-47-34.west.biz.rr.com [74.62.47.34]) by mail.messagingengine.com (Postfix) with ESMTPSA id 4645DA20A7C for ; Thu, 8 Sep 2011 02:49:23 -0400 (EDT) Message-ID: <4E68658A.60500@garfieldtech.com> Date: Thu, 08 Sep 2011 01:49:46 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RESULT] Choosing a distributed version control system for PHP From: larry@garfieldtech.com (Larry Garfield) On 09/07/2011 04:57 PM, David Soria Parra wrote: > For everyone else, go read http:/progit.org, make yourself familar with Git. > > - David The Drupal community has collected various good resources on Git as well: http://drupal.org/node/783086 (You can ignore the Drupal-specific ones, of course.) I can't second Pro Git enough as a fantastic resource. --Larry Garfield