Last Updated: March 07, 2018
·
150
· juancho

update all git repos from several subfolders

find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \;