Skip to content

Instantly share code, notes, and snippets.

@bichotll
Created April 3, 2018 14:47
Show Gist options
  • Select an option

  • Save bichotll/7521b10e98b66d9986158e4bbfaee797 to your computer and use it in GitHub Desktop.

Select an option

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