find . -type d -name '.git' \ | sed 's/\/\.git$//' \ | xargs -P $(nproc) -I % _fetchdir %