From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: I want to release a "git-1.0" Date: 02 Jun 2005 01:15:59 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Git Mailing List X-From: git-owner@vger.kernel.org Thu Jun 02 09:19:08 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ddjy5-0003KJ-Ay for gcvg-git@gmane.org; Thu, 02 Jun 2005 09:18:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261590AbVFBHVO (ORCPT ); Thu, 2 Jun 2005 03:21:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261592AbVFBHVN (ORCPT ); Thu, 2 Jun 2005 03:21:13 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:34215 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S261590AbVFBHVL (ORCPT ); Thu, 2 Jun 2005 03:21:11 -0400 Received: from ebiederm.dsl.xmission.com (localhost [127.0.0.1]) by ebiederm.dsl.xmission.com (8.12.3/8.12.3/Debian-7.1) with ESMTP id j527G19N017435; Thu, 2 Jun 2005 01:16:01 -0600 Received: (from eric@localhost) by ebiederm.dsl.xmission.com (8.12.3/8.12.3/Debian-7.1) id j527FxSt017432; Thu, 2 Jun 2005 01:15:59 -0600 To: Linus Torvalds In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Linus Torvalds writes: > Anyway, I wrote just a _very_ introductory thing in > Documentation/tutorial.txt, I'll try to update and expand on it later. It > basically has a really stupid example of "how to set up a new project". So I need to do a git checkout of the latest version of git to read the tutorial? So I can figure out how to use git? Catch 22? :) Eric