Multiple git pull in one folder containing multiple repository

by

in
for REPO in `ls`; do (cd "$REPO"; git pull); done;

Source: Multiple git pull in one folder containing multiple repository


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *