Merge branch 'master' of https://github.com/azatoth/jquery
This commit is contained in:
commit
ea6987e078
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ update_submodules:
|
||||||
|
|
||||||
# update the submodules to the latest at the most logical branch
|
# update the submodules to the latest at the most logical branch
|
||||||
pull_submodules:
|
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 \$$(git config remote.origin.url)"
|
||||||
@@git submodule summary
|
@@git submodule summary
|
||||||
|
|
||||||
pull: pull_submodules
|
pull: pull_submodules
|
||||||
|
|
Loading…
Reference in a new issue