Added attach script

This commit is contained in:
WolverinDEV 2018-08-01 20:31:44 +02:00
parent fa0469a322
commit 35f516d668

3
attach_modules.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
git submodule foreach -q --recursive 'echo "Updating $name"; git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'