From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] Simplified GIT usage guide Date: Fri, 12 Dec 2008 15:00:17 -0500 Message-ID: <4942C2D1.4090309@garzik.org> References: <20081212182827.28408.40963.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: torvalds@osdl.org, git@vger.kernel.org, linux-kernel@vger.kernel.org To: David Howells X-From: git-owner@vger.kernel.org Fri Dec 12 21:02:25 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LBED3-0007gf-Js for gcvg-git-2@gmane.org; Fri, 12 Dec 2008 21:02:02 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752482AbYLLUAg (ORCPT ); Fri, 12 Dec 2008 15:00:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751269AbYLLUAg (ORCPT ); Fri, 12 Dec 2008 15:00:36 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:47732 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752083AbYLLUAf (ORCPT ); Fri, 12 Dec 2008 15:00:35 -0500 Received: from cpe-069-134-158-197.nc.res.rr.com ([69.134.158.197] helo=core.yyz.us) by mail.dvmed.net with esmtpsa (Exim 4.69 #1 (Red Hat Linux)) id 1LBEBO-0001aH-1g; Fri, 12 Dec 2008 20:00:20 +0000 User-Agent: Thunderbird 2.0.0.18 (X11/20081119) In-Reply-To: <20081212182827.28408.40963.stgit@warthog.procyon.org.uk> X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.5 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: David Howells wrote: > Add a guide to using GIT's simpler features. > > Signed-off-by: David Howells > --- > > Documentation/git-haters-guide.txt | 1283 ++++++++++++++++++++++++++++++++++++ > 1 files changed, 1283 insertions(+), 0 deletions(-) > create mode 100644 Documentation/git-haters-guide.txt What do you feel is missing from the Kernel Hackers' Guide to Git? :) http://linux.yyz.us/git-howto.html Jeff