From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zorba" Subject: Re: for newbs = little exercise / tutorial / warmup for windows and other non-sophisticated new Git users :-) Date: Sun, 28 Dec 2008 01:29:46 -0000 Message-ID: References: To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Dec 28 02:35:57 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 1LGkZQ-0006dH-4B for gcvg-git-2@gmane.org; Sun, 28 Dec 2008 02:35:56 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754670AbYL1BaO (ORCPT ); Sat, 27 Dec 2008 20:30:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754658AbYL1BaO (ORCPT ); Sat, 27 Dec 2008 20:30:14 -0500 Received: from main.gmane.org ([80.91.229.2]:33676 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754642AbYL1BaN (ORCPT ); Sat, 27 Dec 2008 20:30:13 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LGkTr-0005qG-H3 for git@vger.kernel.org; Sun, 28 Dec 2008 01:30:11 +0000 Received: from 81.135.227.136 ([81.135.227.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Dec 2008 01:30:11 +0000 Received: from cr by 81.135.227.136 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Dec 2008 01:30:11 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.135.227.136 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-RFC2646: Format=Flowed; Response Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Spam-Report: 5.2 points; * 0.0 RCVD_BY_IP Received by mail server with no name * 4.0 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO * 1.2 PRIORITY_NO_NAME Message has priority, but no X-Mailer/User-Agent Archived-At: tidied up the formatting, added a few more comments where needed, fixed errors/lack of clarity "Zorba" wrote in message news:gj68a0$u56$3@ger.gmane.org... > Here is a little exercise / tutorial / warm-up for someone starting out > with Git. If you're anyting like me you may find the tutorials etc. on > git.or.cz a bit daunting. I recommend you try this after reading the user > manual but before tearing your hair out trying to follow all the examples > in the user manual. After you've followed this simple workflow, then go > back to the more advanced stuff in the tutorials and user manuals (like > cloning repositories and creating and merging branches). > > I created this exercise to try and model our workflow and what we wanted > to use git for = tracking a project with multiple files where the filebase > might change frequently from one version to the next. > > http://siliconmouth.wordpress.com/category/nerdy/ > > look for December 27, 2008 or "git warmup" > >