Skip to content

Instantly share code, notes, and snippets.

@dmds1993
Created January 4, 2017 19:45
Show Gist options
  • Select an option

  • Save dmds1993/e2e1d5af5e01191bebaf724eda1da287 to your computer and use it in GitHub Desktop.

Select an option

Save dmds1993/e2e1d5af5e01191bebaf724eda1da287 to your computer and use it in GitHub Desktop.
Atualizar diversos projetos GIT
ls | xargs -I{} git -C {} pull origin develop
ls | xargs -P10 -I{} git -C {} pull origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment