From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyhdj-0004BL-Aj for qemu-devel@nongnu.org; Tue, 28 Apr 2009 03:22:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lyhde-0004B6-HI for qemu-devel@nongnu.org; Tue, 28 Apr 2009 03:22:02 -0400 Received: from [199.232.76.173] (port=46484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyhde-0004B3-Ca for qemu-devel@nongnu.org; Tue, 28 Apr 2009 03:21:58 -0400 Received: from mx20.gnu.org ([199.232.41.8]:8671) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lyhdd-0000G0-Q4 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 03:21:58 -0400 Received: from mail-ew0-f165.google.com ([209.85.219.165]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lyhdc-0003Mv-Cu for qemu-devel@nongnu.org; Tue, 28 Apr 2009 03:21:56 -0400 Received: by ewy9 with SMTP id 9so320505ewy.34 for ; Tue, 28 Apr 2009 00:21:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <761ea48b0904272354w3267b367hb62ee873b5e50a29@mail.gmail.com> References: <761ea48b0904272354w3267b367hb62ee873b5e50a29@mail.gmail.com> From: Bartlomiej Celary Date: Tue, 28 Apr 2009 09:21:34 +0200 Message-ID: <97c31bd80904280021s4c414de6g5c5dbf3501439ce6@mail.gmail.com> Subject: Re: [Qemu-devel] updating git tree Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Something really easy to follow is at: http://www.kernel.org/pub/software/scm/git/docs/everyday.html#Individual%20= Developer%20(Participant) (see examples) Regards, Bartek Celary 2009/4/28 Laurent Desnogues : > On Tue, Apr 28, 2009 at 8:50 AM, C.W. Betts wro= te: >> I'm feeling lazy and I don't want to look at all the e-mails. =A0How do = you >> update your git tree? > > Once you've cloned it (aka checkout), you update your tree using git pull= (aka > update). > > > Laurent > > >