Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created December 27, 2013 05:39
Show Gist options
  • Save birchestx/8142991 to your computer and use it in GitHub Desktop.
Save birchestx/8142991 to your computer and use it in GitHub Desktop.
find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment