Re: [git-users] Files are commiting without staging

2014-10-07 Thread Dale R. Worley
 From: John Hite jvh24...@gmail.com

 Is there some config setting that causes my modified files to be
 staged automatically?

Well, if you accidentally used git commit -a, it would do that.  But
there doesn't seem to be a config setting to force that behavior.

Dale

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Files are commiting without staging

2014-10-06 Thread John Hite
Greetings,

Just installed git on my laptop that has Window XP OS so git runs under 
mingw. I added some files, and committed them. Then I modified two of them 
using vi and saved them but did git add on only one of them. Commit 
accepted bpth. From reading the Atlassian tutorial I got the impression 
that files needed to be staged before commit will pick them up. At work we 
use sourceTree and anything not staged does not get committed. Is there 
some config setting that causes my modified files to be staged 
automatically?

thanks,
jh

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.