1.7/enhancement_8685
jeresig 2011-04-12 00:18:12 -04:00
commit ea6987e078
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ update_submodules:
# update the submodules to the latest at the most logical branch
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
pull: pull_submodules