Pull latest for each repo in a parent folder
find . -maxdepth 1 -type d -exec sh -c '(cd {} && git pull)' ';'