Kevnz
12/6/2017 - 10:44 PM

Pull latest for each repo in a parent folder

Pull latest for each repo in a parent folder

find . -maxdepth 1 -type d -exec sh -c '(cd {} && git pull)' ';'