Skip to content

Commit bd44688

Browse files
committed
adding pull command
1 parent cd2ca7b commit bd44688

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ pull_submodules:
104104
@@git submodule foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)"
105105
@@git submodule summary
106106

107+
pull: pull_submodules
108+
@@git pull ${REMOTE} ${BRANCH}
109+
107110
.PHONY: all jquery lint min init jq clean

0 commit comments

Comments
 (0)