Skip to content

Instantly share code, notes, and snippets.

@thalex
Created April 30, 2017 17:16
Show Gist options
  • Save thalex/dbfeab15b292d35c180b16e04a30fbf9 to your computer and use it in GitHub Desktop.
Save thalex/dbfeab15b292d35c180b16e04a30fbf9 to your computer and use it in GitHub Desktop.
Update all git projects
find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment