Skip to content

Instantly share code, notes, and snippets.

@asgeir-s
Last active September 14, 2016 13:49
Show Gist options
  • Save asgeir-s/44268fd419faa478cb1714e077f04923 to your computer and use it in GitHub Desktop.
Save asgeir-s/44268fd419faa478cb1714e077f04923 to your computer and use it in GitHub Desktop.
#command in each folder (exchange you command with git pull)
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && git pull" \;
#mvn install with no tests
mvn install -Dmaven.test.skip=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment