Skip to content

Instantly share code, notes, and snippets.

@superdaigo
Forked from anonymous/update-repos.sh
Created January 9, 2013 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superdaigo/4489912 to your computer and use it in GitHub Desktop.
Save superdaigo/4489912 to your computer and use it in GitHub Desktop.
#!/bin/bash
find . -name ".git" -type d -prune -print -execdir git pull \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment