find . -type d -depth 1 -exec git –git-dir={}/.git –work-tree=$PWD/{} pull origin master \;
Source: bash – Run git pull over all subdirectories – Stack Overflow
Ideas, links, quotes and more
find . -type d -depth 1 -exec git –git-dir={}/.git –work-tree=$PWD/{} pull origin master \;
Source: bash – Run git pull over all subdirectories – Stack Overflow