Skip to content

Instantly share code, notes, and snippets.

@evilkost
Created May 2, 2017 09:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilkost/c97a034975983a1534114fe881f3fba0 to your computer and use it in GitHub Desktop.
Save evilkost/c97a034975983a1534114fe881f3fba0 to your computer and use it in GitHub Desktop.
for i in */.git; do ( echo $i; cd $i/..; git pull; ); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment