Skip to content

Instantly share code, notes, and snippets.

@bitpaint
Created March 18, 2022 13:27
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 bitpaint/404f83240a1bbe6d449b00fc7dc82356 to your computer and use it in GitHub Desktop.
Save bitpaint/404f83240a1bbe6d449b00fc7dc82356 to your computer and use it in GitHub Desktop.
Update all repos in a folder
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