Skip to content

Instantly share code, notes, and snippets.

@fabiobruna
Created February 12, 2016 17:12
Show Gist options
  • Save fabiobruna/ccad43c0ff1d2d95b766 to your computer and use it in GitHub Desktop.
Save fabiobruna/ccad43c0ff1d2d95b766 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