Skip to content

Instantly share code, notes, and snippets.

@iamdionysus
Last active February 8, 2016 04:23
Show Gist options
  • Save iamdionysus/e4b337560466a68bf655 to your computer and use it in GitHub Desktop.
Save iamdionysus/e4b337560466a68bf655 to your computer and use it in GitHub Desktop.
git pull for all subdirectories
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