Last Updated: September 22, 2016
·
167
· phaus

pull updates for all repositories in one folder

for fn in ls; do (cd $fn && git pull origin master && cd ..) ; done

1 Response
Add your response

Setting up a nice nice pulleverythingalias for this

over 1 year ago ·