Skip to content

Instantly share code, notes, and snippets.

@sileht
Created January 30, 2014 12:37
Show Gist options
  • Select an option

  • Save sileht/8707545 to your computer and use it in GitHub Desktop.

Select an option

Save sileht/8707545 to your computer and use it in GitHub Desktop.
tox_topic() {
git bisect start
git bisect good origin/master
git bisect bad HEAD;
git bisect run tox "$@"
git bisect reset
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment