From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Reimer Subject: Is .git/config pushed/pulled to/from server? Date: Fri, 24 Sep 2010 23:39:25 +0200 Message-ID: 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 Fri Sep 24 23:45:16 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzG4x-0004OH-QF for gcvg-git-2@lo.gmane.org; Fri, 24 Sep 2010 23:45:16 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758160Ab0IXVpI (ORCPT ); Fri, 24 Sep 2010 17:45:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:51380 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757686Ab0IXVpI (ORCPT ); Fri, 24 Sep 2010 17:45:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OzG4m-0004LA-Nb for git@vger.kernel.org; Fri, 24 Sep 2010 23:45:04 +0200 Received: from p4fd4a8b5.dip0.t-ipconnect.de ([79.212.168.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2010 23:45:04 +0200 Received: from Manuel.Spam by p4fd4a8b5.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2010 23:45:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p4fd4a8b5.dip0.t-ipconnect.de User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.13) Gecko/20100916 SeaMonkey/2.0.8 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hello, maybe a silly question, but I'm currently starting with GIT. What I want to know: Is the "repository configuration" made with "git config" and saved to ".git/config" in the repository *my* own configuration or is this pushed to the server and so pulled by other users? Thanks in advance Yours Manuel Reimer