Last active
February 8, 2016 04:23
-
-
Save iamdionysus/e4b337560466a68bf655 to your computer and use it in GitHub Desktop.
git pull for all subdirectories
This file contains 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
ls | xargs -I{} git -C {} pull | |
ls | xargs -P10 -I{} git -C {} pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment