[git-users] Disappearing Config Files

2012-10-03 Thread Jeffery Brewer
I have files I move around between several different environments, and in each environment I have a config file (web.config) that is unique to each environment. I make changes on my machine, push them to a repository, move to a development machine and pull them from the repository, then move

Re: [git-users] Disappearing Config Files

2012-10-03 Thread Jeffery Brewer
:13:25 PM UTC-7, Peter J Weisberg wrote: On Wed, Oct 3, 2012 at 3:54 PM, Jeffery Brewer jeffery...@gmail.comjavascript: wrote: I have files I move around between several different environments, and in each environment I have a config file (web.config) that is unique to each

Re: [git-users] Beginner stuck in a commit

2012-08-07 Thread Jeffery Brewer
Thanks very much for all the help. I'm going to play around with this tomorrow when I get back on the computer all that is on. On Tuesday, August 7, 2012 8:46:07 AM UTC-7, Peter J Weisberg wrote: On Mon, Aug 6, 2012 at 9:03 PM, Daniel P. Wright wrote: The default editor for git is vim,

[git-users] Checking out files into existing directory

2012-08-07 Thread Jeffery Brewer
I swear I'm going to figure out how to work with git at some point and stop bothering everyone with these stupid beginner problems! So here's my current problem. I'm trying to checkout (not sure if that's the right term or not) files from my repository into an existing folder (a folder created

Re: [git-users] New user gets lost driving the Git Bash

2012-07-24 Thread Jeffery Brewer
, which had me lost until I finally typed h and got the help screen. On Tuesday, July 24, 2012 12:46:44 AM UTC-7, Konstantin Khomoutov wrote: On Mon, Jul 23, 2012 at 04:13:50PM -0700, Jeffery Brewer wrote: Aha! Figured out that after installing on windows you don't go to a command line

[git-users] First Attempt to Import from SVN Fails

2012-07-24 Thread Jeffery Brewer
Just tried a test import from SVN and ran into an error: git svn clone --stdlayout svn url returns... Can't locate Git/SVN/Editor.pm in @INC @INC contains: /lib /usr/lib/per15/5.8.8/msys /usr/lib/per15/5.8.8 /usr/lib/per15/site_perl/5.8.8/msys /usr/lig/per15/site_perl/5.8.8

[git-users] New user gets lost driving the Git Bash

2012-07-23 Thread Jeffery Brewer
Aha! Figured out that after installing on windows you don't go to a command line directly, you have to go through Start All Programs Git Git Bash which gives you a different kind of command line. Was able to set up my configuration settings as described in The Book. Am now at the beginning

Re: [git-users] New user gets lost driving the Git Bash

2012-07-23 Thread Jeffery Brewer
Thanks to both... how do you move up one level in the directory structure without having to type the entire path? e.g. cd.. On Monday, July 23, 2012 4:30:14 PM UTC-7, Serge Matveenko wrote: On Tue, Jul 24, 2012 at 3:18 AM, Łukasz Siwiński lsiwin...@gmail.com wrote: Ps: after: $ echo dir