Created
July 25, 2023 06:43
-
-
Save usptact/ecbea82c6e2742461fbb0c27a58437f5 to your computer and use it in GitHub Desktop.
Do "git pull" in every git repo
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
$ find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && git pull" \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment