Last active
September 14, 2016 13:49
-
-
Save asgeir-s/44268fd419faa478cb1714e077f04923 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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