adding pull command
This commit is contained in:
parent
cd2ca7b591
commit
bd4468886d
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 foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)"
|
||||||
@@git submodule summary
|
@@git submodule summary
|
||||||
|
|
||||||
|
pull: pull_submodules
|
||||||
|
@@git pull ${REMOTE} ${BRANCH}
|
||||||
|
|
||||||
.PHONY: all jquery lint min init jq clean
|
.PHONY: all jquery lint min init jq clean
|
||||||
|
|
Loading…
Reference in a new issue