We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0ffd2 commit 2b6f60aCopy full SHA for 2b6f60a
1 file changed
scripts/update_submodules.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
+git submodule update --init --recursive
5
+
6
echo "🔄 Updating all submodules..."
7
git submodule foreach git pull origin main
0 commit comments