We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
branch
1 parent d6c6107 commit e0fae94Copy full SHA for e0fae94
1 file changed
scripts/sub-module-sync.sh
@@ -1,3 +1,4 @@
1
-#!/bin/bash
+#!/bin/bash -x
2
3
+git submodule foreach 'git fetch'
4
git submodule foreach 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo main)'
0 commit comments