Skip to content

Instantly share code, notes, and snippets.

@DrOctogon
Created July 16, 2013 17:19
Show Gist options
  • Save DrOctogon/6010695 to your computer and use it in GitHub Desktop.
Save DrOctogon/6010695 to your computer and use it in GitHub Desktop.
Update all git repos within a dir
find . -name ".git" -type d -prune -execdir git pull \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment