From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John M. Dlugosz" Subject: Re: setting up tracking on push Date: Wed, 11 Mar 2009 19:08:03 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Mar 12 01:09:52 2009 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 1LhYUh-0000NS-9J for gcvg-git-2@gmane.org; Thu, 12 Mar 2009 01:09:51 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752860AbZCLAIX (ORCPT ); Wed, 11 Mar 2009 20:08:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752482AbZCLAIX (ORCPT ); Wed, 11 Mar 2009 20:08:23 -0400 Received: from main.gmane.org ([80.91.229.2]:38264 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752456AbZCLAIW (ORCPT ); Wed, 11 Mar 2009 20:08:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LhYTE-0003IR-Df for git@vger.kernel.org; Thu, 12 Mar 2009 00:08:20 +0000 Received: from 76-204-212-71.lightspeed.allntx.sbcglobal.net ([76.204.212.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Mar 2009 00:08:20 +0000 Received: from ngnr63q02 by 76-204-212-71.lightspeed.allntx.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Mar 2009 00:08:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 76-204-212-71.lightspeed.allntx.sbcglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On a related note, what exactly does "tracking" mean? I know that I can push/pull local names that match up with names on the origin, and that the latter are in the remotes/origin subdirectory. Those are what I think are called "remote tracking branches". Or is that just a part of the whole story? What is the correct nomenclature? --John