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.
1 parent 150d3de commit cd2ca7bCopy full SHA for cd2ca7b
Makefile
@@ -99,4 +99,9 @@ distclean: clean
99
@@echo "Removing submodules"
100
@@rm -rf test/qunit src/sizzle
101
102
+# update the submodules to the latest at the most logical branch
103
+pull_submodules:
104
+ @@git submodule foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)"
105
+ @@git submodule summary
106
+
107
.PHONY: all jquery lint min init jq clean
0 commit comments