Skip to content

Instantly share code, notes, and snippets.

@tanduong
Created December 20, 2018 02:22
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 tanduong/7911a536e39ff1cd871b58079fdd342f to your computer and use it in GitHub Desktop.
Save tanduong/7911a536e39ff1cd871b58079fdd342f to your computer and use it in GitHub Desktop.
pullall.sh
find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=\$PWD/{} pull \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment