Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Created October 10, 2013 10:12
Show Gist options
  • Select an option

  • Save stefanbirkner/6916058 to your computer and use it in GitHub Desktop.

Select an option

Save stefanbirkner/6916058 to your computer and use it in GitHub Desktop.
Automatic 'git bisect' with Maven; git bisect run ./mvn_bisect.sh
#!/bin/sh
mvn clean test > /dev/null 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment