bash – Run git pull over all subdirectories – Stack Overflow

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

Leave a Reply