Skip to content

Instantly share code, notes, and snippets.

@hfase01
Created October 12, 2012 21:56
Show Gist options
  • Save hfase01/3881781 to your computer and use it in GitHub Desktop.
Save hfase01/3881781 to your computer and use it in GitHub Desktop.
Push, Pull, Fetch whatever, all repository's in a folder. :D
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