Skip to content

Instantly share code, notes, and snippets.

@richardbporter
Created June 3, 2015 16:07
Show Gist options
  • Select an option

  • Save richardbporter/18cab240ef36468dbfeb to your computer and use it in GitHub Desktop.

Select an option

Save richardbporter/18cab240ef36468dbfeb to your computer and use it in GitHub Desktop.
Git pull recursive
find . -type d -name .git -exec sh -c "cd \"{}\"/../ && pwd && git pull" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment