From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Cox Subject: git push Default Date: Tue, 20 Mar 2012 12:36:57 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Mar 20 13:40:15 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S9yMJ-000459-1J for gcvg-git-2@plane.gmane.org; Tue, 20 Mar 2012 13:40:15 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759232Ab2CTMkJ (ORCPT ); Tue, 20 Mar 2012 08:40:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:35167 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758870Ab2CTMkI (ORCPT ); Tue, 20 Mar 2012 08:40:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S9yMA-00042G-3U for git@vger.kernel.org; Tue, 20 Mar 2012 13:40:06 +0100 Received: from rtp5-dmz-wsa-1.cisco.com ([64.102.249.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Mar 2012 13:40:06 +0100 Received: from danncox by rtp5-dmz-wsa-1.cisco.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Mar 2012 13:40:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 64.102.249.6 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: You don't know me, but as an avid git user, I've stumbled across the git push default behavior, which is exactly what I *didn't* want at the time (yeah, I'm still a newbie). I heartily recommend changing the default to "tracking". I've already done that in my ~/.gitconfig. Just my two cents (if it's worth that much ;-). Thanks!