From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Lear Subject: Re: Pulling peer's branch and getting tracking branch created Date: Mon, 26 Feb 2007 19:24:01 -0600 Message-ID: <17891.34865.91784.71777@lisa.zopyra.com> References: <17891.32095.655545.637691@lisa.zopyra.com> <7v7iu4l8k0.fsf@assigned-by-dhcp.cox.net> <17891.33854.166609.651544@lisa.zopyra.com> <7vy7mkjtc8.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Feb 27 02:24:08 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HLr4Z-0005ee-U0 for gcvg-git@gmane.org; Tue, 27 Feb 2007 02:24:08 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751453AbXB0BYF (ORCPT ); Mon, 26 Feb 2007 20:24:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751455AbXB0BYF (ORCPT ); Mon, 26 Feb 2007 20:24:05 -0500 Received: from mail.zopyra.com ([65.68.225.25]:61859 "EHLO zopyra.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751453AbXB0BYE (ORCPT ); Mon, 26 Feb 2007 20:24:04 -0500 Received: (from rael@localhost) by zopyra.com (8.11.6/8.11.6) id l1R1O1112056; Mon, 26 Feb 2007 19:24:01 -0600 In-Reply-To: <7vy7mkjtc8.fsf@assigned-by-dhcp.cox.net> X-Mailer: VM 7.18 under Emacs 21.1.1 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Monday, February 26, 2007 at 17:13:27 (-0800) Junio C Hamano writes: >Bill Lear writes: >> On Monday, February 26, 2007 at 16:59:27 (-0800) Junio C Hamano writes: >>> >>> $ git remote add -f -m master bob ../bob.git/ >> >> Sorry, should have asked: what doe "-f -m master" mean? I looked in >> the man page, but didn't see anything on this. > >I should be the one who's saying sorry. I realized it was not >documented and updated the doc last night. Here is an excerpt: No problems. As usual, superlative support here on the git list. Thanks very much. Bill