$ parallel -j4 cd {}\; pwd\; git pull :::: <(git submodule status | awk '{print $2}')
Make sure to run this command in your git toplevel directory. Modify `-j4` as you like. You can also run any arbitrary command beside `git pull` in parallel on all of your git submodules.
View this command to comment, vote or add to favourites
View all commands by clvv

by David Winterbottom (codeinthehole.com)






















0 Comments
You can be the first one to leave a comment.