mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 19:27:56 -05:00
adding pull command
This commit is contained in:
3
Makefile
3
Makefile
@@ -104,4 +104,7 @@ pull_submodules:
|
||||
@@git submodule foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)"
|
||||
@@git submodule summary
|
||||
|
||||
pull: pull_submodules
|
||||
@@git pull ${REMOTE} ${BRANCH}
|
||||
|
||||
.PHONY: all jquery lint min init jq clean
|
||||
|
||||
Reference in New Issue
Block a user