Skip to content

Instantly share code, notes, and snippets.

@aliuosio
Last active September 3, 2021 11:27
Show Gist options
  • Save aliuosio/0b804065eefc0ee7459aa4b60308342e to your computer and use it in GitHub Desktop.
Save aliuosio/0b804065eefc0ee7459aa4b60308342e to your computer and use it in GitHub Desktop.
loop all subfolders and update the sources
ls | parallel git -C {} fetch -p -a && git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment