From mboxrd@z Thu Jan 1 00:00:00 1970 From: walt Subject: Re: git-bisect is magical Date: Tue, 10 Jan 2006 17:50:00 -0800 Organization: none Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-From: git-owner@vger.kernel.org Wed Jan 11 02:50:31 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwV82-0007cJ-5u for gcvg-git@gmane.org; Wed, 11 Jan 2006 02:50:22 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161059AbWAKBuR (ORCPT ); Tue, 10 Jan 2006 20:50:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161087AbWAKBuR (ORCPT ); Tue, 10 Jan 2006 20:50:17 -0500 Received: from main.gmane.org ([80.91.229.2]:18882 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S1161059AbWAKBuP (ORCPT ); Tue, 10 Jan 2006 20:50:15 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EwV7p-0007ZO-Qb for git@vger.kernel.org; Wed, 11 Jan 2006 02:50:10 +0100 Received: from adsl-69-234-210-171.dsl.irvnca.pacbell.net ([69.234.210.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jan 2006 02:50:09 +0100 Received: from wa1ter by adsl-69-234-210-171.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jan 2006 02:50:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: git@vger.kernel.org X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-210-171.dsl.irvnca.pacbell.net User-Agent: Mail/News 1.6a1 (X11/20060110) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Linus Torvalds wrote: [...] > So when you say "git checkout origin", it actually _switches_ to the > origin branch (which is just my state) and checks that out. I think we are finally homing in on the very roots of my ignorance! When you use the word 'switches' my eyes go glassy, just like when my wife starts telling me everything I've done wrong today... Please --> what am I switching *from* when I switch to 'origin'? (Think: this guy is a total dumbshit! How can I possibly dumb- down this basic knowledge any dumber?) I know this is really bone-head-basic-stuff, but I'm quite sure that this lies at the heart of my confusion. When I finally understand this kindergarten material I can graduate to first grade :o) Thanks for your patience!