Skip to content

Instantly share code, notes, and snippets.

@hongjonghwa
Last active July 3, 2020 04:57
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 hongjonghwa/2d0826ed1b41f53bd65b8e96d0b9ba04 to your computer and use it in GitHub Desktop.
Save hongjonghwa/2d0826ed1b41f53bd65b8e96d0b9ba04 to your computer and use it in GitHub Desktop.
find . -name .git -type d -prune |xargs -l1 dirname | xargs -t -I{} git -C {} pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment