Last active
September 3, 2021 11:27
-
-
Save aliuosio/0b804065eefc0ee7459aa4b60308342e to your computer and use it in GitHub Desktop.
loop all subfolders and update the sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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