Created
October 12, 2012 21:56
-
-
Save hfase01/3881781 to your computer and use it in GitHub Desktop.
Push, Pull, Fetch whatever, all repository's in a folder. :D
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 dir in $PWD/* ; do (cd $dir && git fetch --all) ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment