Skip to content

Instantly share code, notes, and snippets.

@arturoherrero
Created August 13, 2013 15:47
Show Gist options
  • Save arturoherrero/6222558 to your computer and use it in GitHub Desktop.
Save arturoherrero/6222558 to your computer and use it in GitHub Desktop.
Update Git repositories
for d in *; do (cd $d && git pull); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment