Skip to content

pointless-code/git-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.