From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathias Lafeldt Subject: Re: General questions on remote and local dev Date: Mon, 18 Oct 2010 14:24:48 +0200 Message-ID: <4CBC3C90.10501@debugon.org> References: <82B0DEB5-9D9D-473F-BB84-E52837230F63@newgeo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Git Mailing List To: Scott Haneda X-From: git-owner@vger.kernel.org Mon Oct 18 14:25:12 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 1P7om8-0004db-7Z for gcvg-git-2@lo.gmane.org; Mon, 18 Oct 2010 14:25:12 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755209Ab0JRMYy (ORCPT ); Mon, 18 Oct 2010 08:24:54 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:65393 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751839Ab0JRMYy (ORCPT ); Mon, 18 Oct 2010 08:24:54 -0400 Received: from [192.168.2.102] (dslb-088-071-188-252.pools.arcor-ip.net [88.71.188.252]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MfSEV-1PJgkb2cSB-00OcfT; Mon, 18 Oct 2010 14:24:50 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 In-Reply-To: <82B0DEB5-9D9D-473F-BB84-E52837230F63@newgeo.com> X-Provags-ID: V02:K0:RO1wbkU4frCJ9XhT+z7f2NH7SJwo2pAPLTLxoxhaqdp RtwmzuxkDpuJnjEvNQs0cAQWS2kj5S+FdwKaPI4YEHza7Ec7hX iw762qIUUAl2nKgnE0egr0V4WC41rck7K8NYWNT0LKN8Y79Joz qlXLTiiM+ixq1yKrtb0kHGNFAiuPHgEg6UKsJ3iHG5iatABLWi v1aYlO1jgXyo0oewpqjqGSRAGWuF00IfA0jZoYcm6A= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 10/18/2010 12:49 PM, Scott Haneda wrote: > Hello, > > I have been using git a lot lately; all for local development. I have not taken it to the point of having a remote and local setup where I take my local changes and push then to the live production/staging server. > > I have some general questions on setup, and specifics on database synchronization and how to best deal with sensitive data in config files. > > Before I jump in and spill the beans about how little I know, I wanted to make sure I was on the correct list. I see messages come in marked as [bug] or [patch] etc, leading me to think this list is more of a git-dev and not a git-users. > > How far off base am I? > > Thanks for any help... > > Really loving git! To be honest, I feel am touching 2% of the apps capacity, and I have no idea how I managed to develop before finding this tool. The number of "new_test1.xxx" and "new_test2.xxx" files that I had laying around was a joke. With git, that is no longer funny, but perfect. Hi Scott, you're absolutely right here. This mailing list is for both users and developers. -Mathias