No description
| hooks | ||
| README.md | ||
Overview
Repo contains a git hook to check if the string breakpoint exists in any file you have staged for a commit. If the string does exist, it will provide a warning and not let you complete the commit. This is useful for python developers who are heavy offenders of commiting breakpoints (aka me).
How To
- clone this repo, preferably in ~/.config/
- add the path to this repo to your git hooks path:
git config --global core.hooksPath ~/.config/git/hooks/ - that's it