Skip to content

Instantly share code, notes, and snippets.

@matiangul
Created July 8, 2015 09:41
Show Gist options
  • Save matiangul/0da75e1f528948245627 to your computer and use it in GitHub Desktop.
Save matiangul/0da75e1f528948245627 to your computer and use it in GitHub Desktop.
Pull repositories in current dir (assuming all is directory)
ls | xargs -I{} sh -c "echo {}; git -C{} pull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment