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

2014-10-07 Thread Dale R. Worley
> From: John Hite 

> 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] Re: Updating multiple subtrees in a repository

2014-10-07 Thread Carl Cook
Just some more info, today I discovered the foreach command that comes with 
git submodule.

So, is there a subtree equivalent?

On Monday, 6 October 2014 11:34:49 UTC+2, Carl Cook wrote:
>
> Hi all,
>
> Does anyone know if it's possible to do a git subtree pull for all 
> subtrees in the repository?
>
> I can do this via CMake, but it would be handy to have this in git 
> (although maybe this is going beyond what git should be expected to do).
>
> Thanks,
> Carl
>

-- 
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.