diff options
author | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-15 21:42:58 +0100 |
---|---|---|
committer | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-15 21:42:58 +0100 |
commit | bd4468886d97edfb53342e1a10acb300d081ed27 (patch) | |
tree | 2350ba49d0e0b901aca822a3b410fde5da131bad /Makefile | |
parent | cd2ca7b5918b3cedfed497ac7d86bfd2c5f92a8b (diff) | |
download | jquery-bd4468886d97edfb53342e1a10acb300d081ed27.tar.gz jquery-bd4468886d97edfb53342e1a10acb300d081ed27.zip |
adding pull command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |