Created
December 9, 2014 08:21
-
-
Save xhacker/5c30c1e6bcea9d085a69 to your computer and use it in GitHub Desktop.
Update Git repos in directory
This file contains 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 . ! -path . -maxdepth 1 -type d -exec sh -c '(cd {} && pwd && git pull)' ';' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment