Skip to content

Instantly share code, notes, and snippets.

@germanviscuso
Created September 9, 2018 23:20
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 germanviscuso/81f57939023e4d5667b25b0c2080d390 to your computer and use it in GitHub Desktop.
Save germanviscuso/81f57939023e4d5667b25b0c2080d390 to your computer and use it in GitHub Desktop.
find . -name .git -type d \
| xargs -n1 -P4 -I% git --git-dir=% --work-tree=%/.. remote update -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment