Re: [git-users] Git branching does nothing

2011-10-10 Thread Jeremiah Dodds
On Mon, Oct 10, 2011 at 5:48 PM, JP jetp...@yahoo.com wrote: What am I doing wrong? Have I completely misunderstood a very basic concept in Git? I don't remember previous versions of Git acting like this. As far as I know, they did. You have to commit files in the branch for their changes

Re: [git-users] What do you do re: Git branching and development environments?

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 3:24 PM, KCO kochin@gmail.com wrote: *Already I have a question... do most of you setup a local version of Drupal (or whatever it is) running on your desktop with a local version of the database as well? Yes, always, but generally not the same exact environment

Re: [git-users] Re: error: could not lock config file /path/to/file/.gitconfig

2011-05-05 Thread Jeremiah Dodds
On Thu, May 5, 2011 at 5:47 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Thu, 5 May 2011 02:23:32 -0700 (PDT) Thomas Ferris Nicolaisen tfn...@gmail.com wrote: That is not an error message, that's the config command. Maybe you pasted the wrong line? The error

Re: [git-users] Subdirectories and Continuous Integration

2011-04-01 Thread Jeremiah Dodds
On Fri, Apr 1, 2011 at 2:54 PM, Barry dive...@gmail.com wrote: Hello everyone, We just started using git, and have an issue with our continuous integration builds. We use CruiseControl, and have one git repository that consists of many applications that are individually built. Right now,

Re: [git-users] problem while cloning....

2010-09-08 Thread Jeremiah Dodds
On Wed, Sep 8, 2010 at 9:48 AM, Sahil Arora sahilarora...@gmail.com wrote: when i try to clone a repository the following output comes sa...@sahil-laptop:~/sample$ git clone git:// git.kernel.org/pub/scm/git/git.git Cloning into git... nc: read failed (0/3): Broken pipe fatal: The remote

Re: [git-users] Problem with remote add origin command on Github

2010-09-06 Thread Jeremiah Dodds
Edit the .git/config entry for origin, if it's the right url, you shouldn't have to do anything. On Wed, Sep 1, 2010 at 2:43 AM, pauld paul.denlin...@gmail.com wrote: Hi-- Am having trouble with the git remote add origin command on Github. Use to have a repository called first_app but deleted