Skip to content

Instantly share code, notes, and snippets.

@codemonkey85
Last active April 30, 2022 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codemonkey85/fa342a0dd4768b38331debf87364b979 to your computer and use it in GitHub Desktop.
Save codemonkey85/fa342a0dd4768b38331debf87364b979 to your computer and use it in GitHub Desktop.
Recursively pull all repos
find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment