Feb 3, 2016 | 0 comments Pull all repository with all submodules When you use a git repository with submodules, you need to pull all of them at once to keep the unity. Following call does it for you. git submodule foreach git pull origin master No related posts. codecommandgithub