Created
December 6, 2017 22:44
-
-
Save Kevnz/db590b4a249e11ab0a9db472b42399ab to your computer and use it in GitHub Desktop.
Pull latest for each repo in a parent folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -maxdepth 1 -type d -exec sh -c '(cd {} && git pull)' ';' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment