Skip to content

Instantly share code, notes, and snippets.

@benmanns
Created June 7, 2013 17:59
Show Gist options
  • Save benmanns/5731131 to your computer and use it in GitHub Desktop.
Save benmanns/5731131 to your computer and use it in GitHub Desktop.
git bisect start HEAD origin --
bundle exec script/server
[ 200 -eq $(curl --write-out %{http_code} --silent --output /dev/null http://localhost:3000) ] && git bisect good || git bisect bad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment