Skip to content

Instantly share code, notes, and snippets.

@techbelly
Created April 19, 2011 08:10
Show Gist options
  • Save techbelly/927001 to your computer and use it in GitHub Desktop.
Save techbelly/927001 to your computer and use it in GitHub Desktop.
for i in `find . -name .git | xargs -n1 dirname`
do
pushd $i
git pull
popd
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment