Skip to content

Instantly share code, notes, and snippets.

@avgerin0s
Created June 2, 2014 15:06
Show Gist options
  • Save avgerin0s/5580fe0da0bf6740e8bc to your computer and use it in GitHub Desktop.
Save avgerin0s/5580fe0da0bf6740e8bc to your computer and use it in GitHub Desktop.
#!/bin/sh
if [[ $(git diff | grep "binding.pry" | wc -l) -gt 0 ]]; then
echo "Remove binding.pry" && exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment