We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add pre-commit to avoid commiting binding.pry. Create .git/hooks/pre-commit executable file in
binding.pry
.git/hooks/pre-commit
#!/bin/sh if git grep 'binding.pry'; then echo 'Before commit, please edit listed files containing "binding.pry"' exit 1 fi
There was an error while loading. Please reload this page.