Re: [Emc-developers] git questions

2009-07-02 Thread Jeff Epler
On Thu, Jul 02, 2009 at 04:09:22AM +, Chris Morley wrote: It does seem to promote waiting to push until something is quite far along - not sure if thats goos or bad. Good cause trunk is more stable bad cause you could get along ways before you find out about problems from interaction of

[Emc-developers] git questions

2009-07-01 Thread Chris Morley
Is there anyway to push a specific file with out pushing other already committed files? Also how does one diff already committed files to whats in master so i can confirm the changes before pushing. (is that git diff --cached) in cvs i could modify all kinds of files and then commit (push in

Re: [Emc-developers] git questions

2009-07-01 Thread Jeff Epler
On Thu, Jul 02, 2009 at 01:55:18AM +, Chris Morley wrote: Is there anyway to push a specific file with out pushing other already committed files? Go ahead and commit the last bit of work, so that your tree is clean according to 'git status' (Before continuing with these instructions, feel

Re: [Emc-developers] git questions

2009-07-01 Thread Chris Morley
Date: Wed, 1 Jul 2009 22:17:38 -0500 From: jep...@unpythonic.net To: emc-developers@lists.sourceforge.net Subject: Re: [Emc-developers] git questions On Thu, Jul 02, 2009 at 01:55:18AM +, Chris Morley wrote: Is there anyway to push a specific file with out pushing other already