Skip to content

Instantly share code, notes, and snippets.

@atrakic
Last active December 25, 2017 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atrakic/e9e31de19601391ac5193f8ddedd95c1 to your computer and use it in GitHub Desktop.
Save atrakic/e9e31de19601391ac5193f8ddedd95c1 to your computer and use it in GitHub Desktop.
# cd github.com
ls | xargs -P10 -I{} git -C {} stash
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