Skip to content

Instantly share code, notes, and snippets.

View trallnag's full-sized avatar
🤡

Tim Schwenke trallnag

🤡
  • Bayer AG
  • Wuppertal, Deutschland
View GitHub Profile
@skwashd
skwashd / pre-commit
Last active February 28, 2024 11:11
Git pre-commit hook that blocks commits for files that contain swear words.
#!/bin/bash -e
#
# Git pre-commit hook that blocks commits for files that contain swear words.
#
# Created by Dave Hall - http://davehall.com.au
# Distributed under the terms of the WTFPL - http://www.wtfpl.net/
#
# Please don't use this fucking script, it is shit!
#