Created
December 26, 2017 20:32
-
-
Save niedzielski/b074bbecbfebdc06f5d13e1a7f5f8a77 to your computer and use it in GitHub Desktop.
Wildcard Git pull.
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
for i in *; do git --work-tree="$i" --git-dir="$i/.git" pull; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment