cara git menarik semua proyek di folder

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