Added attach script
This commit is contained in:
parent
fa0469a322
commit
35f516d668
3
attach_modules.sh
Executable file
3
attach_modules.sh
Executable 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)'
|
Loading…
Reference in New Issue
Block a user