Hi. On Tue, 31 Aug 2010 19:03:58 +0200, Thomas Fritz <fritztho at gmail.com> wrote: > 'git submodule foreach "git pull"'. I get the following error: Try this, as described in the wiki: git submodule foreach 'git checkout master; git pull' Regards, Karsten