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 cd2ca7b commit bd44688Copy full SHA for bd44688
Makefile
@@ -104,4 +104,7 @@ 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
+pull: pull_submodules
108
+ @@git pull ${REMOTE} ${BRANCH}
109
+
110
.PHONY: all jquery lint min init jq clean
0 commit comments