Como fazer o GIT Pull todos os projetos em uma pasta

find . -type d -depth 1 -exec echo git --git-dir={}/.git --work-tree=$PWD/{} status \;
Different Dog