MultiMarkdown-6/update_git_modules
2015-11-12 09:31:28 -05:00

8 lines
220 B
Bash
Executable File

#!/bin/sh
# This command can be run any time to ensure that all submodules are on
# the most recent commit for the configured branch, as set up
# in the `link_git_modules` script.
git submodule foreach git pull origin