Jak git wyciągnąć wszystkie projekty w folderze

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