Skip to content

Instantly share code, notes, and snippets.

@jamesmoss
Created September 19, 2013 09:20
Show Gist options
  • Save jamesmoss/6621059 to your computer and use it in GitHub Desktop.
Save jamesmoss/6621059 to your computer and use it in GitHub Desktop.
find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull --rebase\;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment