[git-users] Updating multiple subtrees in a repository

2014-10-06 Thread Carl Cook
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

[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