Skip to content

Instantly share code, notes, and snippets.

@bichotll
Created April 3, 2018 14:47
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 bichotll/7521b10e98b66d9986158e4bbfaee797 to your computer and use it in GitHub Desktop.
Save bichotll/7521b10e98b66d9986158e4bbfaee797 to your computer and use it in GitHub Desktop.
update all git repos in a directory
ls | xargs -I{} git -C {} pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment