Last Updated: February 25, 2016
·
400
· rashivkp

update all repositories of a folder

find path/to/folder -maxdepth 1 -type d -exec sh -c '(cd {} && git pull)' ';' 2>/dev/null