4 lines
165 B
Bash
4 lines
165 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git submodule foreach -q --recursive 'echo "Updating $name"; git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
|