Skip to content

Instantly share code, notes, and snippets.

@ryukinix
Created July 8, 2016 04:56
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 ryukinix/cd648b63b19625d897945e7a6e73d4c8 to your computer and use it in GitHub Desktop.
Save ryukinix/cd648b63b19625d897945e7a6e73d4c8 to your computer and use it in GitHub Desktop.
Search for all git repositories on a <path> and do git pull
find . -name .git -type d -execdir git pull ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment