Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 933 Bytes

File metadata and controls

26 lines (17 loc) · 933 Bytes
git-captcha

About GitCaptcha

A Docker-powered pre-commit hook that forces you to solve a CAPTCHA before every git commit, because apparently pushing questionable code should require proof of consciousness.

Add the following pre-commit hook to your repo

docker run --rm -i pointlesscode/git-captcha:latest < /dev/tty > /dev/tty
EXIT_CODE=$?

exit $EXIT_CODE

Social

.less
Instagram
Twitter
GitHub
DockerHub

License

The project is open-sourced software licensed under the MIT license.