From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris Friesen" Subject: Re: [PATCH] Simplified GIT usage guide Date: Fri, 12 Dec 2008 15:34:05 -0600 Message-ID: <4942D8CD.6020906@nortel.com> References: <20081212182827.28408.40963.stgit@warthog.procyon.org.uk> <4942C2D1.4090309@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: David Howells , torvalds@osdl.org, git@vger.kernel.org, linux-kernel@vger.kernel.org To: Jeff Garzik X-From: linux-kernel-owner+glk-linux-kernel-3=40m.gmane.org-S1754773AbYLLVed@vger.kernel.org Fri Dec 12 22:36:09 2008 Return-path: Envelope-to: glk-linux-kernel-3@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LBFg7-0002OG-Bv for glk-linux-kernel-3@gmane.org; Fri, 12 Dec 2008 22:36:07 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754773AbYLLVed (ORCPT ); Fri, 12 Dec 2008 16:34:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753055AbYLLVeY (ORCPT ); Fri, 12 Dec 2008 16:34:24 -0500 Received: from zrtps0kn.nortel.com ([47.140.192.55]:56785 "EHLO zrtps0kn.nortel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752944AbYLLVeX (ORCPT ); Fri, 12 Dec 2008 16:34:23 -0500 Received: from zcarhxs1.corp.nortel.com (zcarhxs1.corp.nortel.com [47.129.230.89]) by zrtps0kn.nortel.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id mBCLY9K10468; Fri, 12 Dec 2008 21:34:09 GMT Received: from [47.130.65.3] ([47.130.65.3] RDNS failed) by zcarhxs1.corp.nortel.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 12 Dec 2008 16:34:08 -0500 User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en In-Reply-To: <4942C2D1.4090309@garzik.org> X-OriginalArrivalTime: 12 Dec 2008 21:34:08.0793 (UTC) FILETIME=[5DADC890:01C95CA1] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Archived-At: Jeff Garzik wrote: > What do you feel is missing from the Kernel Hackers' Guide to Git? :) > > http://linux.yyz.us/git-howto.html This is useful. I also keep a bookmark to the Git User's Manual: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html Chris